From 2d0272d956ed6d6d89f6cfb5c6d7617efda4c1dd Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 8 Nov 2020 20:38:33 +0100 Subject: [PATCH] formatting --- src/mqtt.h | 2 -- 1 file changed, 2 deletions(-) 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)