diff --git a/build b/build index b74e882..1758ddd 100644 --- a/build +++ b/build @@ -1 +1 @@ -31 \ No newline at end of file +32 \ No newline at end of file diff --git a/src/framework/UI_WebSocketClientServer.cpp b/src/framework/UI_WebSocketClientServer.cpp index 1d03242..5a1c6be 100644 --- a/src/framework/UI_WebSocketClientServer.cpp +++ b/src/framework/UI_WebSocketClientServer.cpp @@ -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();