Commit 2905e116 authored by Christophe Mutricy's avatar Christophe Mutricy

Remove debug

parent bc1e7c49
......@@ -359,7 +359,6 @@ static void RunInterface( intf_thread_t *p_intf )
{
val.psz_string = ppsz_parser[0];
text.psz_string = ppsz_parser[1];
fprintf( stderr, "Adding %s\n", val.psz_string );
var_Change( p_intf, "intf-switch", VLC_VAR_ADDCHOICE,
&val, &text );
break;
......
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