remove debug error

This commit is contained in:
Lion Kortlepel 2020-11-12 23:22:14 +01:00
parent fa9bc16038
commit c1633b6401

View File

@ -99,7 +99,6 @@ char _getch(void) {
#endif // WIN32
void SetupConsole() {
error(__func__);
#if defined(WIN32) //&& !defined(DEBUG)
DWORD outMode = 0;
HANDLE stdoutHandle = GetStdHandle(STD_OUTPUT_HANDLE);