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