summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-09 19:20:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-09 19:20:08 +0000
commit31e6afe6effdf00c058be2789280371f7177cd8d (patch)
tree028bb48bead2f0953aab94668da29c23b6e3a682 /content
parent37278a0fa5a4b65df1254e49e376301bc250cec8 (diff)
downloadnetsurf-31e6afe6effdf00c058be2789280371f7177cd8d.tar.gz
netsurf-31e6afe6effdf00c058be2789280371f7177cd8d.tar.bz2
Remove noisy logging of http headers
svn path=/trunk/netsurf/; revision=5672
Diffstat (limited to 'content')
-rw-r--r--content/fetchcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/fetchcache.c b/content/fetchcache.c
index 1f164ab98..36e6a289f 100644
--- a/content/fetchcache.c
+++ b/content/fetchcache.c
@@ -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;