diff --git a/src/mqtt.h b/src/mqtt.h index 6111c073a..ed1970cb6 100644 --- a/src/mqtt.h +++ b/src/mqtt.h @@ -118,9 +118,7 @@ class Mqtt { mqttClient_->disconnect(); } -#if defined(EMSESP_DEBUG) void incoming(const char * topic, const char * payload); // for testing only -#endif static bool connected() { #if defined(EMSESP_STANDALONE)