remove redundant log text ("5 minutes delay" gets loged further down already. (#1480)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2022-12-04 15:43:44 +01:00
committed by GitHub
parent 877a1b14e5
commit 16d0758ea3
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
//#define DEBUG_DETAIL_ON
static const char *TAG = "MQTT INTERFACE";
static const char *TAG = "MQTT IF";
std::map<std::string, std::function<void()>>* connectFunktionMap = NULL;
std::map<std::string, std::function<bool(std::string, char*, int)>>* subscribeFunktionMap = NULL;