remove logger as it only spews out nonsense anyways

This commit is contained in:
Siepert123 2026-03-04 21:13:16 +01:00
parent f652f1f5b0
commit 760c49a72b

View file

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