Skip to content

Commit

Permalink
Remove serial print in adalogger getDateTime.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Mar 1, 2019
1 parent 4eccd2f commit f1a3a51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wing_adalogger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ Adalogger::getDateTime(DateTime &dto)
char buf[20];
sprintf(buf, "%04d-%02d-%02d %02d:%0d:%02d", dto.year(), dto.month(),
dto.day(), dto.hour(), dto.minute(), dto.second());
Serial.println(buf);
return true;
}

0 comments on commit f1a3a51

Please sign in to comment.