Skip to content

Commit

Permalink
Remove Created at1 serial print
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Apr 3, 2022
1 parent fbcb5a6 commit fbcef26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ClearChannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ class ClearChannel{
String currentDate = _getCurrentDate();
Serial.print(" Current: ");
Serial.println(currentDate);
Serial.print(" Created at1: ");
Serial.println(createdAt);
createdAt = _adjustDate(createdAt);
createdAt = _extractDate(createdAt);
Serial.print(" Created at: ");
Expand Down

0 comments on commit fbcef26

Please sign in to comment.