stephb9959
2022-11-18 19:55:05 -08:00
parent 5e2ab7a37b
commit 5172d95aac
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();