Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Dec 29, 2022
1 parent 292592c commit 0db07df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TinyMqtt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<clients.size(); i++)
{
auto client = clients[i];
Expand Down

0 comments on commit 0db07df

Please sign in to comment.