From 3fcb02afa18bdbb4688d6066add9c87306ea2233 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 6 Jan 2011 00:31:54 +0000 Subject: Revert r10650/1. We no longer require noisy fetch/cache logging. svn path=/trunk/netsurf/; revision=11223 --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 433a06fd9..a90568b1b 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -51,7 +51,7 @@ #include "utils/ring.h" /* Define this to turn on verbose fetch logging */ -#define DEBUG_FETCH_VERBOSE +#undef DEBUG_FETCH_VERBOSE bool fetch_active; /**< Fetches in progress, please call fetch_poll(). */ -- cgit v1.2.3