Removing a useless debug log

I left a debug log in my previous PR. Sorry for that.
This commit is contained in:
Barbudor 2022-02-27 15:47:05 +01:00 committed by GitHub
parent f0e46bc24a
commit e1f202ea2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -608,8 +608,6 @@ void TInfoInit(void)
AddLog(LOG_LEVEL_INFO, PSTR("TIC: Enable with GPIO%d"), en_pin);
}
AddLog(0,PSTR("TIC:Init:TSerial=0x%08X"),TInfoSerial);
#ifdef ESP8266
// Allow GPIO3 AND GPIO13 with hardware fallback to 2
// Set buffer to nnn char to support 250ms loop at 9600 baud
@ -1048,4 +1046,4 @@ bool Xnrg15(uint8_t function)
}
#endif // USE_TELEINFO
#endif // USE_ENERGY_SENSOR
#endif // USE_ENERGY_SENSOR