Skip to content

Commit 92916f1

Browse files
authored
Remove commented code
1 parent 904c0bc commit 92916f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/timer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ bool ticked() {
1313

1414
int delay = getInterval();
1515
int delta = millis() - g_previousMillis;
16-
// Serial.print("delay:");
17-
// Serial.print(delay);
18-
// Serial.print(" delta:");
19-
// Serial.println(delta);
2016
bool ok = delta >= delay;
2117
if (ok) {
2218
g_previousMillis = millis();

0 commit comments

Comments
 (0)