diff --git a/components/esp_mqtt_cxx/esp_mqtt_cxx.cpp b/components/esp_mqtt_cxx/esp_mqtt_cxx.cpp index 7e6145c5ac..8f0ec5aae9 100644 --- a/components/esp_mqtt_cxx/esp_mqtt_cxx.cpp +++ b/components/esp_mqtt_cxx/esp_mqtt_cxx.cpp @@ -215,7 +215,6 @@ void Client::on_disconnected(esp_mqtt_event_handle_t const event) } void Client::on_subscribed(esp_mqtt_event_handle_t const event) { - printf("Subscribed to %.*s\r\n", event->topic_len, event->topic); } void Client::on_unsubscribed(esp_mqtt_event_handle_t const event) {