diff --git a/src/TinyMqtt.cpp b/src/TinyMqtt.cpp index bd2bce7..3a95f39 100644 --- a/src/TinyMqtt.cpp +++ b/src/TinyMqtt.cpp @@ -41,7 +41,6 @@ MqttClient::~MqttClient() { close(); delete client; - Serial << "Client deleted" << endl; } void MqttClient::close(bool bSendDisconnect)