stephb9959
2022-11-18 19:52:37 -08:00
parent 06079115e6
commit 288773a727
3 changed files with 3 additions and 3 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();