From 31e6afe6effdf00c058be2789280371f7177cd8d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 9 Nov 2008 19:20:08 +0000 Subject: Remove noisy logging of http headers svn path=/trunk/netsurf/; revision=5672 --- content/fetchcache.c | 2 -- 1 file changed, 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; -- cgit v1.2.3