From 229914ac74564882b41dd09799f65fa349f2a005 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 30 Mar 2021 13:34:03 +0200 Subject: [PATCH] remove auth response printing --- src/TNetwork.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TNetwork.cpp b/src/TNetwork.cpp index 04fce75..4bcd1c8 100644 --- a/src/TNetwork.cpp +++ b/src/TNetwork.cpp @@ -267,8 +267,6 @@ void TNetwork::Authentication(SOCKET TCPSock) { Rc = Http::POST(Application::GetBackendUrlForAuth(), "/pkToUser", {}, R"({"key":")" + Rc + "\"}", true); } - debug("Auth response: " + Rc); - json::Document AuthResponse; AuthResponse.Parse(Rc.c_str()); if (Rc == "-1" || AuthResponse.HasParseError()) {