Removed spurious debug output

This commit is contained in:
Sam Lantinga 2017-12-04 20:26:09 -08:00
parent 5a735da968
commit 7914725bfc

View file

@ -357,7 +357,6 @@ SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,
if (GetConsoleMode(stderrHandle, &consoleMode) == 0) {
/* 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;
}
}