From bd9cc31599f21dfed1e0d3bf87507cc60c3e6edf Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:40:36 +0100 Subject: [PATCH] Remove useless print This print is useless; either gets logged in CURL code or in browser panel. --- r5dev/networksystem/pylon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/r5dev/networksystem/pylon.cpp b/r5dev/networksystem/pylon.cpp index 7e32d7fd..0cbc5796 100644 --- a/r5dev/networksystem/pylon.cpp +++ b/r5dev/networksystem/pylon.cpp @@ -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; }