diff --git a/src/TinyMqtt.cpp b/src/TinyMqtt.cpp index 19a95ed..1ed3058 100644 --- a/src/TinyMqtt.cpp +++ b/src/TinyMqtt.cpp @@ -180,9 +180,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