[vlc-commits] wpl: Remove debugging leftover
Hugo Beauzée-Luyssen
git at videolan.org
Fri Mar 13 15:28:59 CET 2015
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 13 15:28:33 2015 +0100| [3828eb93af74f897506a359cfe4db3265985d226] | committer: Hugo Beauzée-Luyssen
wpl: Remove debugging leftover
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3828eb93af74f897506a359cfe4db3265985d226
---
modules/demux/playlist/wpl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/playlist/wpl.c b/modules/demux/playlist/wpl.c
index e639799..ec28420 100644
--- a/modules/demux/playlist/wpl.c
+++ b/modules/demux/playlist/wpl.c
@@ -62,7 +62,6 @@ static void read_head( demux_t* p_demux, input_item_t* p_input )
else if ( !strcasecmp( psz_attr, "content" ) )
psz_attribute_value = strdup( psz_val );
}
- printf( "name: %s; value: %s\n", psz_attribute_name, psz_attribute_value );
if ( psz_attribute_name && psz_attribute_value )
{
if ( !strcasecmp( psz_attribute_name, "TotalDuration" ) )
More information about the vlc-commits
mailing list