summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse')
-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. */