]> git.sesse.net Git - vlc/commitdiff
Remove bogus printf
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 19 Jan 2008 21:08:10 +0000 (21:08 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 19 Jan 2008 21:08:10 +0000 (21:08 +0000)
modules/access/http.c

index 403392b576094c4a81440ae3ad340d40ffc417f8..a03e9e1f5df143d7de247cff93b1bfc21f95365e 100644 (file)
@@ -369,8 +369,6 @@ connect:
         p_sys->psz_location && *p_sys->psz_location )
     {
         msg_Dbg( p_access, "redirection to %s", p_sys->psz_location );
-        printf("redirection to %s", p_sys->psz_location );
-
 
         /* Do not accept redirection outside of HTTP works */
         if( strncmp( p_sys->psz_location, "http", 4 )