Explorar o código

Removed spurious debug output

Sam Lantinga %!s(int64=7) %!d(string=hai) anos
pai
achega
7914725bfc
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/SDL_log.c

+ 0 - 1
src/SDL_log.c

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