From eff806c5ed045f458201c80c603de85dd5ee5a1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 19 Jan 2008 21:08:10 +0000 Subject: [PATCH] Remove bogus printf --- modules/access/http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/access/http.c b/modules/access/http.c index 403392b576..a03e9e1f5d 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -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 ) -- 2.39.2