summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-12-11 21:54:30 +0000
committerJames Bursa <james@netsurf-browser.org>2005-12-11 21:54:30 +0000
commit666cdaf8dd6f92c552bf63ead14ab16aa0193a0b (patch)
tree05b955d4fcfe04964f5f26b8e513a635e9dca42f /content/fetch.c
parent22efec6d8f0ede1977d922ae02e4dfbc988d59a3 (diff)
downloadnetsurf-666cdaf8dd6f92c552bf63ead14ab16aa0193a0b.tar.gz
netsurf-666cdaf8dd6f92c552bf63ead14ab16aa0193a0b.tar.bz2
[project @ 2005-12-11 21:54:30 by bursa]
Disable some log messages. svn path=/import/netsurf/; revision=1896
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 6d1b86a42..d3db56027 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -41,6 +41,7 @@
#ifdef riscos
#include "netsurf/riscos/gui.h"
#endif
+#define NDEBUG
#include "netsurf/utils/log.h"
#include "netsurf/utils/messages.h"
#include "netsurf/utils/url.h"