Remove useless print

This print is useless; either gets logged in CURL code or in browser panel.
This commit is contained in:
Kawe Mazidjatari 2023-02-26 19:40:36 +01:00
parent 73d71992f3
commit bd9cc31599

View File

@ -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;
}