Skip to content

Commit 3050aeb

Browse files
author
thyttan
committed
smpltmr: rm debug print
1 parent 017ea85 commit 3050aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/smpltmr/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const imgPlay = atob("GBiBAIAAAOAAAPgAAP4AAP+AAP/gAP/4AP/+AP//gP//4P//+P///v///v
3636
let lastDragB;
3737
let cumulativeDiff = 0;
3838
function onDrag(event) {
39-
print(event)
4039
if (!timerRunning()) {
4140
var diff = -Math.round(event.dy/5);
4241
if (event.x < timePickerLayout.hours.w) {

0 commit comments

Comments
 (0)