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;