Commit 3a7f6051 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove debug fprintf

parent 3821b962
......@@ -116,7 +116,6 @@ static int vlclua_console_init( lua_State *L )
freopen( "CONOUT$", "w", stdout );
freopen( "CONOUT$", "w", stderr );
freopen( "CONIN$", "r", stdin );
fprintf(stdout, "Tadam!\n");
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