From 760c49a72b06a046897b4543b418653eecd0df4f Mon Sep 17 00:00:00 2001 From: Siepert123 Date: Wed, 4 Mar 2026 21:13:16 +0100 Subject: [PATCH] remove logger as it only spews out nonsense anyways --- Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp index 038b457ea..efd4e790f 100644 --- a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp +++ b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp @@ -746,9 +746,7 @@ void CPlatformNetworkManagerStub::SearchForGames() wstring name; while (getline(ServersTxt, line)) { - app.DebugPrintf("Read line %s in phase %i\n", line, phase); wline = convStringToWstring(line); - app.DebugPrintf("As wstring: %s\n", wline); if (phase == 0) { ip = line; phase = 1;