Commit de2fd332 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove debug.

parent 232de951
......@@ -508,7 +508,6 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
p_sys->url.psz_host, p_sys->url.i_port,
p_sys->url.psz_path, psz_line );
free( psz_line );
msg_Err( p_access, "%s", p_buffer );
return strlen( (const char *)p_buffer );
}
}
......
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