mirror of https://github.com/espruino/BangleApps
imageclock - Comment out a debug print
parent
14d4c2e250
commit
cb23df95ce
|
@ -619,7 +619,7 @@ let showWidgets = false;
|
||||||
if (e.confidence > 70){
|
if (e.confidence > 70){
|
||||||
pulse = e.bpm;
|
pulse = e.bpm;
|
||||||
if (!redrawEvents || redrawEvents.includes("HRM") && !Bangle.isLocked()){
|
if (!redrawEvents || redrawEvents.includes("HRM") && !Bangle.isLocked()){
|
||||||
print("Redrawing on HRM");
|
//print("Redrawing on HRM");
|
||||||
initialDraw(watchfaceResources, watchface);
|
initialDraw(watchfaceResources, watchface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue