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…
Reference in New Issue