Disable debug flag

This commit is contained in:
Daniel P. Berrange 2007-08-27 22:41:31 -04:00
parent 594b496a25
commit fe0424ff1f

View File

@ -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