diff --git a/src/system.cpp b/src/system.cpp index fe706cb67..1dfe00843 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -144,8 +144,8 @@ bool System::command_publish(const char * value, const int8_t id) { } } - EMSESP::publish_all(); LOG_INFO("Publishing all data to MQTT"); + EMSESP::publish_all(); return true; }