# HG changeset patch # User Daniel Veillard <veillard@src.gnome.org> # Date 1042497200 0 # Mon Jan 13 22:33:20 2003 +0000 # Node ID 7767ed7e2fe241edc922eeb2c1e167f43c8184e6 # Parent aff45361f72a4dffe1b94e6aaf409f92daca482b Fixed a debug log, switched it off now, Daniel diff --git a/python/libxslt.c b/python/libxslt.c --- a/python/libxslt.c +++ b/python/libxslt.c @@ -24,10 +24,10 @@ #endif /* #define DEBUG */ -#define DEBUG_XPATH */ +/* #define DEBUG_XPATH */ /* #define DEBUG_ERROR */ /* #define DEBUG_MEMORY */ -#define DEBUG_EXTENSIONS */ +/* #define DEBUG_EXTENSIONS */ void initlibxsltmod(void);