From e1f202ea2c7c871243c03da6a26346e0433a5ffd Mon Sep 17 00:00:00 2001 From: Barbudor Date: Sun, 27 Feb 2022 15:47:05 +0100 Subject: [PATCH] Removing a useless debug log I left a debug log in my previous PR. Sorry for that. --- tasmota/xnrg_15_teleinfo.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasmota/xnrg_15_teleinfo.ino b/tasmota/xnrg_15_teleinfo.ino index d1f60c816..733d1b091 100755 --- a/tasmota/xnrg_15_teleinfo.ino +++ b/tasmota/xnrg_15_teleinfo.ino @@ -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 \ No newline at end of file +#endif // USE_ENERGY_SENSOR