remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / pop / pop_lib.c
index 0052e5d..424ca73 100644 (file)
@@ -19,7 +19,6 @@
 #include <lib-lib/str.h>
 #include <lib-lib/ascii.h>
 #include <lib-lib/macros.h>
-#include <lib-lib/debug.h>
 #include <lib-lib/url.h>
 
 #include "mutt.h"
@@ -389,14 +388,6 @@ pop_query_status pop_query_d (POP_DATA * pop_data, char *buf, size_t buflen, con
   if (pop_data->status != POP_CONNECTED)
     return PQ_NOT_CONNECTED;
 
-#ifdef DEBUG
-  /* print msg instaed of real command */
-  if (msg) {
-    dbg = M_SOCK_LOG_FULL;
-    debug_print (M_SOCK_LOG_CMD, ("> %s", msg));
-  }
-#endif
-
   mutt_socket_write_d (pop_data->conn, buf, dbg);
 
   c = strpbrk (buf, " \r\n");