stephb9959
2022-11-18 19:54:42 -08:00
parent 0cc0d0204e
commit e870a381a8
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();