Commit eff806c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove bogus printf

parent e0dc0f1d
......@@ -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 )
......
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