stephb9959
2022-11-18 19:54:19 -08:00
parent 8afba9650b
commit 717ab7451f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ namespace OpenWifi {
std::lock_guard G(LocalMutex_);
for(const auto i:ToBeRemoved_) {
std::cout << "Erasing old WS UI connection..." << std::endl;
// std::cout << "Erasing old WS UI connection..." << std::endl;
Clients_.erase(i);
}
ToBeRemoved_.clear();