From a3310e363458c1e0d06160165776032ef62b4dc7 Mon Sep 17 00:00:00 2001 From: doctea Date: Tue, 26 Mar 2024 22:05:10 +0000 Subject: [PATCH] remove debug --- src/uClock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uClock.cpp b/src/uClock.cpp index 1525fae..fd18740 100755 --- a/src/uClock.cpp +++ b/src/uClock.cpp @@ -88,7 +88,6 @@ void uclockInitTimer() void setTimerTempo(float bpm) { - Serial.printf("setTimerTempo(%3.3f)..", bpm); setTimer(uClock.bpmToMicroSeconds(bpm)); }