Remove noisy logging of http headers

svn path=/trunk/netsurf/; revision=5672
This commit is contained in:
John Mark Bell 2008-11-09 19:20:08 +00:00
parent 37278a0fa5
commit 31e6afe6ef
1 changed files with 0 additions and 2 deletions

View File

@ -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;