--- src/ngircd/io.c	4 Sep 2005 13:38:59 -0000	1.11
+++ src/ngircd/io.c	30 Nov 2005 09:24:58 -0000
@@ -26,6 +26,7 @@ static char UNUSED id[] = "$Id: io.c,v 1
 #include "io.h"
 #include "log.h"
 
+#undef DEBUG
 
 typedef struct {
  void (*callback)(int, short);
@@ -83,6 +84,7 @@ static array io_events;
 
 static void io_docallback PARAMS((int fd, short what));
 
+
 static io_event *
 io_event_get(int fd)
 {
