浏览代码

Removed spurious debug output

Sam Lantinga 7 年之前
父节点
当前提交
7914725bfc
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) {
                         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;
                         }
                         }
                 }
                 }