Skip to content

Commit

Permalink
Remove DEBUG_PRINT from timeCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 12, 2024
1 parent 632eacd commit 57fd3e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JJYReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ bool JJYReceiver::timeCheck(){
state = TIMEVALID;
return true;
}
DEBUG_PRINT(min1);
DEBUG_PRINTLN(min2);
}
return false;
}
Expand Down

0 comments on commit 57fd3e7

Please sign in to comment.