Commit 7978fd0b authored by Clément Stenac's avatar Clément Stenac

Remove debug

parent 176fe720
......@@ -528,7 +528,6 @@ static int ReadDir( playlist_t *p_playlist,
psz_loc = FromLocale( p_dir_content->d_name );
psz_tmp2 = vlc_fix_readdir_charset( VLC_OBJECT(p_playlist),
psz_loc );
msg_Err( p_playlist, "adding file %s from %s", psz_loc, p_dir_content->d_name );
LocaleFree( psz_loc );
p_item = playlist_ItemNewWithType( VLC_OBJECT(p_playlist),
......
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