remove auth response printing

This commit is contained in:
Lion Kortlepel
2021-03-30 13:34:03 +02:00
parent 3258b04dad
commit 229914ac74

View File

@@ -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()) {