imageclock - Comment out a debug print

pull/2156/head
Martin Boonk 2022-09-30 10:37:49 +02:00
parent 14d4c2e250
commit cb23df95ce
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}