From d8a73a950ee174c95bef397e58cc848a9780874e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Jun 2009 20:02:19 +0000 Subject: It helps if you remember to disable debug again svn path=/trunk/libcss/; revision=8025 --- src/parse/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse') 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. */ -- cgit v1.2.3