From 566f0b55f7033f3914148248b89135a1835fe42a Mon Sep 17 00:00:00 2001 From: sla-ppy Date: Tue, 28 May 2024 14:53:19 +0200 Subject: [PATCH] remove debug info --- src/TNetwork.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TNetwork.cpp b/src/TNetwork.cpp index ec9741d..e5bd4da 100644 --- a/src/TNetwork.cpp +++ b/src/TNetwork.cpp @@ -302,8 +302,6 @@ std::shared_ptr TNetwork::Authentication(TConnection&& RawConnection) { { "client_ip", ClientIp } }; - beammp_debugf("IF YOU SEE THIS AND IT DISPLAYS PROPER INFO, THE FEATURE WORKS: {}", to_string(AuthReq)); - auto Target = "/pkToUser"; unsigned int ResponseCode = 0;