diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 386e80ed2..fb7d1e8e2 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -269,7 +269,6 @@ std::shared_ptr Thermostat::heating_circuit(std::sha toggle_ = true; break; } - Serial.println(); } } diff --git a/src/emsdevice.cpp b/src/emsdevice.cpp index 1a514e762..df55e7a67 100644 --- a/src/emsdevice.cpp +++ b/src/emsdevice.cpp @@ -332,7 +332,7 @@ void EMSdevice::fetch_values() { // toggle on/off automatic fetch for a telegramID void EMSdevice::toggle_fetch(uint16_t telegram_id, bool toggle) { #if defined(EMSESP_DEBUG) - EMSESP::logger().debug("Setting fetch to %d for deviceID 0x%02X, telegramID 0x%02X to %d", toggle, device_id(), telegram_id); + EMSESP::logger().debug("Setting fetch to %d for deviceID 0x%02X, telegramID 0x%02X", toggle, device_id(), telegram_id); #endif for (auto & tf : telegram_functions_) {