Commit 6fecc035 authored by Antoine Cellerier's avatar Antoine Cellerier

videoportals.c: remove debug printf.

parent f4e91040
...@@ -56,7 +56,6 @@ int E_(Import_VideoPortal)( vlc_object_t *p_this ) ...@@ -56,7 +56,6 @@ int E_(Import_VideoPortal)( vlc_object_t *p_this )
byte_t *p_peek; byte_t *p_peek;
int i_peek; int i_peek;
printf(">>> %s\n", psz_path );
/* YouTube */ /* YouTube */
if( ( psz_cur = strstr( psz_path, "youtube.com" ) ) ) if( ( psz_cur = strstr( psz_path, "youtube.com" ) ) )
{ {
......
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