diff --git a/lib/framework/MqttSettingsService.cpp b/lib/framework/MqttSettingsService.cpp index 707c1e865..aef0d014d 100644 --- a/lib/framework/MqttSettingsService.cpp +++ b/lib/framework/MqttSettingsService.cpp @@ -212,7 +212,6 @@ bool MqttSettingsService::configureMqtt() { static_cast(_mqttClient)->setCleanSession(_state.cleanSession); return _mqttClient->connect(); } - emsesp::EMSESP::logger().info("Connecting to MQTT broker..."); return false; }