summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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;