mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-15 14:04:22 +03:00
Remove noisy logging of http headers
svn path=/trunk/netsurf/; revision=5672
This commit is contained in:
parent
37278a0fa5
commit
31e6afe6ef
@ -460,8 +460,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data,
|
||||
break;
|
||||
|
||||
case FETCH_HEADER:
|
||||
LOG(("FETCH_HEADER \"%.*s\"",
|
||||
(int) size, (char *) data));
|
||||
fetchcache_parse_header(c, data, size);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user