Skip to content

Commit

Permalink
Removed spurious debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 5, 2017
1 parent 5a735da commit 7914725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SDL_log.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 7914725

Please sign in to comment.