From 8818a9e82acdcea5b65f79f8482e6392a502a9c7 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sat, 24 Aug 2024 11:41:23 +0200 Subject: [PATCH] Remove erroneous debug --- wled00/bus_manager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index df96e594..c16eca40 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -350,7 +350,6 @@ struct BusConfig { else if (Bus::is2Pin(type)) nPins = 2; else if (Bus::isPWM(type)) nPins = Bus::numPWMPins(type); for (size_t i = 0; i < nPins; i++) pins[i] = ppins[i]; - DEBUGBUS_PRINTF_P(PSTR("BusConfig type %d pins: %u\r\n"), (int)type, (int)Bus::isVirtual(type), nPins); } //validates start and length and extends total if needed