Removed unwanted log

This commit is contained in:
Ajith Vasudevan 2021-02-21 14:42:12 +05:30
parent 5009a3fae9
commit db17863828
1 changed files with 0 additions and 1 deletions

View File

@ -784,7 +784,6 @@ bool CmndClock(void) {
* refreshes the time if clock is displayed
\*********************************************************************************************/
void showTime() {
AddLog(LOG_LEVEL_DEBUG, PSTR("LOG: %s: showTime()"), modelname);
uint8_t hr = RtcTime.hour;
uint8_t mn = RtcTime.minute;
// uint8_t hr = 1;