--- src/ngircd/conn.c	21 Nov 2005 15:06:37 -0000	1.185
+++ src/ngircd/conn.c	30 Nov 2005 09:24:58 -0000
@@ -850,10 +850,6 @@ Handle_Write( CONN_ID Idx )
 	}
 	assert( My_Connections[Idx].sock > NONE );
 
-#ifdef DEBUG
-	Log(LOG_DEBUG, "Handle_Write() called for connection %d ...", Idx);
-#endif
-
 	wdatalen = array_bytes(&My_Connections[Idx].wbuf );
 #ifdef ZLIB
 	if (wdatalen == 0 && !array_bytes(&My_Connections[Idx].zip.wbuf)) {
@@ -1221,11 +1217,6 @@ Handle_Buffer( CONN_ID Idx )
 		result = true;
 
 		array_moveleft(&My_Connections[Idx].rbuf, 1, len);
-#ifdef DEBUG
-		Log(LOG_DEBUG,
-		    "Connection %d: %d bytes left in read buffer.",
-		    Idx, array_bytes(&My_Connections[Idx].rbuf));
-#endif
 #ifdef ZLIB
 		if(( ! old_z ) && ( My_Connections[Idx].options & CONN_ZIP ) &&
 				( array_bytes(&My_Connections[Idx].rbuf) > 0 ))
