Showing 1 changed files with 0 additions and 1 deletions
-1
Nasal/knobs.nas
... ...
@@ -198,7 +198,6 @@ var knobsClass = {
198 198
 
199 199
         # foreach canvas object in the scrolling area
200 200
         for (var l = state.scroll.begin; l <= state.scroll.end; l += 1) {
201
-            print('l + state.scroll.offset:',l + state.scroll.offset,' = ',l,' + ',state.scroll.offset);
202 201
             var t = state.objects[l + state.scroll.offset].text;
203 202
             me.device.windows.window[id ~ '-' ~ l]
204 203
                 .setText(t);