Skip to content

Commit 671e7f5

Browse files
author
thyttan
committed
Dial_Display: drop debugging code
1 parent 80d2957 commit 671e7f5

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

modules/Dial_Display.js

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,4 @@ let dialDisplayGenerator = function(options) {
5656
return dialDisplay;
5757
}
5858

59-
// Debugging below
60-
61-
let options = {};
62-
let dialDisplay = dialDisplayGenerator(options);
63-
64-
let cb = (step)=>{
65-
print(step);
66-
let value = dialDisplay(step);
67-
print(value);
68-
};
69-
70-
g.clear();
71-
let dial = require("Dial")(cb);
72-
Bangle.on("drag", dial);
59+
exports = dialDisplayGenerator;

0 commit comments

Comments
 (0)