@@ -85,9 +85,6 @@ namespace os
#else
fputs(msg, stdout);
fflush(stdout);
-#endif
-#if CROWN_PLATFORM_WINDOWS
- OutputDebugStringA(msg);
#endif
}