Skip to content

Commit 0a56ee6

Browse files
committed
Removed some unneeded comments
1 parent 3d84679 commit 0a56ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/jsonclock/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ let loadJson = function() {
140140

141141
if (vals.steps != null) raw.steps = vals.steps;
142142

143-
jsonText = JSON.stringify(raw, null, 2); // just stringify the object
143+
jsonText = JSON.stringify(raw, null, 2);
144144
lines = jsonText.split("\n");
145145
};
146146

@@ -248,7 +248,7 @@ Bangle.on('touch', (zone, e) => {
248248

249249
Bangle.on('backlight', function(on) {
250250
if (on) {
251-
redrawValues(); // or just draw() if you want full re-render
251+
redrawValues();
252252
}
253253
});
254254

0 commit comments

Comments
 (0)