mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove useless print
This print is useless; either gets logged in CURL code or in browser panel.
This commit is contained in:
parent
73d71992f3
commit
bd9cc31599
@ -426,7 +426,6 @@ bool CPylon::CheckForBan(const string& svIpAddress, const uint64_t nNucleusID, s
|
||||
|
||||
if (!QueryMasterServer(pylon_matchmaking_hostname->GetString(), "/banlist/isBanned", svRequestBody, svResponseBuf, svOutMessage, status))
|
||||
{
|
||||
Error(eDLL_T::ENGINE, NO_ERROR, "%s - Failed to query comp-server: %s\n", __FUNCTION__, svOutMessage.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user