Commit 554134b1 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove debug message

parent 7c12d707
......@@ -335,8 +335,8 @@ mvar_t *E_(mvar_InfoSetNew)( intf_thread_t *p_intf, char *name,
char *psz_name = E_(FromUTF8)( p_intf, p_info->psz_name );
char *psz_value = E_(FromUTF8)( p_intf, p_info->psz_value );
msg_Dbg( p_input, "adding info name=%s value=%s",
psz_name, psz_value );
/* msg_Dbg( p_input, "adding info name=%s value=%s",
psz_name, psz_value ); */
E_(mvar_AppendNewVar)( info, "name", psz_name );
E_(mvar_AppendNewVar)( info, "value", psz_value );
free( psz_name );
......
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