]> git.sesse.net Git - vlc/commitdiff
videoportals.c: remove debug printf.
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 11 May 2007 23:52:50 +0000 (23:52 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 11 May 2007 23:52:50 +0000 (23:52 +0000)
modules/demux/playlist/videoportals.c

index 718d86c69368616b9d8e04bcd338f3f140356bc2..3a8d48bf7072b750af78875cf2826dbaff8075ee 100644 (file)
@@ -56,7 +56,6 @@ int E_(Import_VideoPortal)( vlc_object_t *p_this )
     byte_t *p_peek;
     int i_peek;
 
-    printf(">>> %s\n", psz_path );
     /* YouTube */
     if( ( psz_cur = strstr( psz_path, "youtube.com" ) ) )
     {