remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / handler.c
index ab47a38..4129fda 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -23,7 +23,6 @@
 #include <lib-lib/str.h>
 #include <lib-lib/macros.h>
 #include <lib-lib/file.h>
-#include <lib-lib/debug.h>
 
 #include <lib-mime/mime.h>
 
@@ -226,7 +225,6 @@ void mutt_decode_base64 (STATE * s, long len, int istext, iconv_t cd)
         buf[i++] = ch;
     }
     if (i != 4) {
-      debug_print (2, ("didn't get a multiple of 4 chars.\n"));
       break;
     }