From 13eaa3c814e9f41fad073ac86ae95d9492d3df95 Mon Sep 17 00:00:00 2001 From: Paul C Diem Date: Mon, 24 Feb 2020 19:10:57 -0600 Subject: [PATCH] Disable debugging --- tasmota/support_device_groups.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/support_device_groups.ino b/tasmota/support_device_groups.ino index 7036169e8..c94ea2f57 100644 --- a/tasmota/support_device_groups.ino +++ b/tasmota/support_device_groups.ino @@ -22,7 +22,7 @@ */ #ifdef USE_DEVICE_GROUPS -#define DEVICE_GROUPS_DEBUG +//#define DEVICE_GROUPS_DEBUG extern bool udp_connected;