From 7914725bfcdac675447c2d7effc2e225d2dbc009 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 4 Dec 2017 20:26:09 -0800 Subject: [PATCH] Removed spurious debug output --- src/SDL_log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SDL_log.c b/src/SDL_log.c index 2deb3ac57acd5..1502cb37a7624 100644 --- a/src/SDL_log.c +++ b/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; } }