From 792a28e831293f78f6726dbaddd892136db31b76 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Mon, 29 Mar 2021 20:45:33 +0200 Subject: [PATCH] deleted --- src/TinyMqtt.cpp | 1 - 1 file changed, 1 deletion(-) 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)