diff --git a/apps/imageclock/app.js b/apps/imageclock/app.js index 73b369662..28de9d1df 100644 --- a/apps/imageclock/app.js +++ b/apps/imageclock/app.js @@ -619,7 +619,7 @@ let showWidgets = false; if (e.confidence > 70){ pulse = e.bpm; if (!redrawEvents || redrawEvents.includes("HRM") && !Bangle.isLocked()){ - print("Redrawing on HRM"); + //print("Redrawing on HRM"); initialDraw(watchfaceResources, watchface); } }