diff --git a/src/Client.cpp b/src/Client.cpp index 562f646..d66de5a 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -81,7 +81,7 @@ TClient::TClient(TServer& Server) void TClient::UpdatePingTime() { mLastPingTime = std::chrono::high_resolution_clock::now(); - debug(GetName() + ": " + std::string("ping time updated!: ") + ((SecondsSinceLastPing() == 0) ? "OK" : "ERR")); + //debug(GetName() + ": " + std::string("ping time updated!: ") + ((SecondsSinceLastPing() == 0) ? "OK" : "ERR")); } int TClient::SecondsSinceLastPing() { auto seconds = std::chrono::duration_cast(