mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
Removed spurious debug output
This commit is contained in:
parent
5a735da968
commit
7914725bfc
@ -357,7 +357,6 @@ SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,
|
|||||||
|
|
||||||
if (GetConsoleMode(stderrHandle, &consoleMode) == 0) {
|
if (GetConsoleMode(stderrHandle, &consoleMode) == 0) {
|
||||||
/* WriteConsole fails if the output is redirected to a file. Must use WriteFile instead. */
|
/* WriteConsole fails if the output is redirected to a file. Must use WriteFile instead. */
|
||||||
OutputDebugString(TEXT("Console ouput is being redirected\r\n"));
|
|
||||||
consoleAttached = 2;
|
consoleAttached = 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user