remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / imap / util.c
index 8ddca9e..caf1616 100644 (file)
@@ -23,7 +23,6 @@
 #include <lib-sys/mutt_ssl.h>
 
 #include <lib-lib/macros.h>
-#include <lib-lib/debug.h>
 
 #include <stdlib.h>
 #include <ctype.h>
@@ -80,7 +79,6 @@ int imap_parse_path (const char *path, IMAP_MBOX * mx)
       ImapPort = ntohs (service->s_port);
     else
       ImapPort = IMAP_PORT;
-    debug_print (3, ("Using default IMAP port %d\n", ImapPort));
   }
   if (!ImapsPort) {
     service = getservbyname ("imaps", "tcp");
@@ -88,7 +86,6 @@ int imap_parse_path (const char *path, IMAP_MBOX * mx)
       ImapsPort = ntohs (service->s_port);
     else
       ImapsPort = IMAP_SSL_PORT;
-    debug_print (3, ("Using default IMAPS port %d\n", ImapsPort));
   }
 
   /* Defaults */