mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
remove logger as it only spews out nonsense anyways
This commit is contained in:
parent
f652f1f5b0
commit
760c49a72b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue