mirror of https://github.com/arendst/Tasmota.git
Removed unwanted log
This commit is contained in:
parent
5009a3fae9
commit
db17863828
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue