move all the parameter related functions into the lib-mime.
[apps/madmutt.git] / complete.c
index 40af1a6..2fd849a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <lib-lib/str.h>
 #include <lib-lib/file.h>
-#include <lib-lib/debug.h>
 
 #include "mutt.h"
 #include "mx.h"
@@ -45,8 +44,6 @@ int mutt_complete (char *s, ssize_t slen)
 
   char imap_path[LONG_STRING];
 
-  debug_print (2, ("completing %s\n", s));
-
 #ifdef USE_NNTP
   if (option (OPTNEWS)) {
     string_list_t *l = CurrentNewsSrv->list;
@@ -159,7 +156,6 @@ int mutt_complete (char *s, ssize_t slen)
   }
 
   if (dirp == NULL) {
-    debug_print (1, ("%s: %s (errno %d).\n", exp_dirpart, strerror (errno), errno));
     return (-1);
   }