$OpenBSD: patch-src_debug_h,v 1.1.1.1 2002/03/18 14:31:20 couderc Exp $
--- src/debug.h.orig	Thu Mar 14 15:16:40 2002
+++ src/debug.h	Thu Mar 14 15:17:34 2002
@@ -14,25 +14,15 @@
 
 #include <glib.h>
 
-# ifdef DEBUG_LEVEL
-#    define DEBUG_MSG(level, fmt...) \
-        ( (DEBUG_LEVEL) && ((level) >= DEBUG_LEVEL) ) ? \
-        g_print(fmt) : (level)
-# else
-#    define DEBUG_MSG(level, fmt...)
-# endif /* DEBUG_LEVEL */
+#define DEBUG_MSG(level, fmt...)
 
 
 #define DEBUG_HTML_WARN 1
 
-# ifdef DEBUG_HTML_WARN
-#    define DEBUG_HTML_MSG(fmt...) g_print("HTML warning: " fmt)
-# else
-#    define DEBUG_HTML_MSG(fmt...)
-# endif /* DEBUG_HTML_WARN */
+#define DEBUG_HTML_MSG(fmt...)
 
 
-#define DEBUG_HTTP_MSG(fmt...) g_print("HTTP warning: " fmt)
+#define DEBUG_HTTP_MSG(fmt...)
 
 #endif /* __DEBUG_H__ */
 
