summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 559e281..a3c2cb3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,7 +33,7 @@
#include <libxml/xpath.h>
-#define DEBUG 1
+#define DEBUG 0
#ifdef DEBUG
#define DEBUG_LOG(s, ...) fprintf(stderr, (s), ## __VA_ARGS__)
#else