mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-17 22:40:54 +00:00
remove auth response printing
This commit is contained in:
@@ -267,8 +267,6 @@ void TNetwork::Authentication(SOCKET TCPSock) {
|
|||||||
Rc = Http::POST(Application::GetBackendUrlForAuth(), "/pkToUser", {}, R"({"key":")" + Rc + "\"}", true);
|
Rc = Http::POST(Application::GetBackendUrlForAuth(), "/pkToUser", {}, R"({"key":")" + Rc + "\"}", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
debug("Auth response: " + Rc);
|
|
||||||
|
|
||||||
json::Document AuthResponse;
|
json::Document AuthResponse;
|
||||||
AuthResponse.Parse(Rc.c_str());
|
AuthResponse.Parse(Rc.c_str());
|
||||||
if (Rc == "-1" || AuthResponse.HasParseError()) {
|
if (Rc == "-1" || AuthResponse.HasParseError()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user