diff --git a/src/TinyMqtt.cpp b/src/TinyMqtt.cpp index 51b654c..5624f76 100644 --- a/src/TinyMqtt.cpp +++ b/src/TinyMqtt.cpp @@ -182,9 +182,6 @@ void MqttBroker::loop() broker->loop(); } - - // for(auto it=clients.begin(); it!=clients.end(); it++) - // use index because size can change during the loop for(size_t i=0; i