remove debug info

This commit is contained in:
sla-ppy 2024-05-28 14:53:19 +02:00
parent 58a7e39419
commit 566f0b55f7

View File

@ -302,8 +302,6 @@ std::shared_ptr<TClient> 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;