From 8b755e6b7b60950ea0f6d989fb2d1116164d9459 Mon Sep 17 00:00:00 2001 From: Anonymous-275 Date: Tue, 30 Mar 2021 22:14:47 +0300 Subject: [PATCH] Commented spam print --- src/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(