summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 20:02:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 20:02:19 +0000
commitd8a73a950ee174c95bef397e58cc848a9780874e (patch)
treede2cc1523947497782e9ba3483996f0dc1f98263
parenta57c4f03cc819c7eb2d5727157870e2aee947537 (diff)
downloadlibcss-d8a73a950ee174c95bef397e58cc848a9780874e.tar.gz
libcss-d8a73a950ee174c95bef397e58cc848a9780874e.tar.bz2
It helps if you remember to disable debug again
svn path=/trunk/libcss/; revision=8025
-rw-r--r--src/parse/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index 15e3020..5e31f44 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -22,7 +22,7 @@
#include "utils/utils.h"
#undef DEBUG_STACK
-#define DEBUG_EVENTS
+#undef DEBUG_EVENTS
/** \todo The CSSOM expects us to preserve unknown rules. We currently discard
* all of their content, so the higher levels never see them. */