From f6e2ea12b5a5f82e38875d06f4c98d0141f2fc31 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 13 Jun 2018 21:52:59 +0200 Subject: [PATCH] removed debug line --- src/boiler.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/src/boiler.ino b/src/boiler.ino index 716a1ecdf..e9c9493e5 100644 --- a/src/boiler.ino +++ b/src/boiler.ino @@ -621,7 +621,6 @@ void systemCheck() { // number of calls is defined in MAX_MANUAL_CALLS void regularUpdates() { uint8_t cycle = (regularUpdatesCount++ % MAX_MANUAL_CALLS); - myDebug("cycle: %d\n", cycle); if ((cycle == 0) && Boiler_Status.thermostat_enabled) { ems_doReadCommand(EMS_TYPE_RC20Temperature); // to get the thermostat mode which is not broadcasted