Commit 82f058bd authored by Antoine Cellerier's avatar Antoine Cellerier

Remove unneeded code used when debugging.

parent 38415e92
......@@ -116,7 +116,6 @@ static int vlclua_console_init( lua_State *L )
freopen( "CONOUT$", "w", stdout );
freopen( "CONOUT$", "w", stderr );
freopen( "CONIN$", "r", stdin );
fflush(stdout);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment