remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / mutt_idna.c
index bab9f8f..e2919ff 100644 (file)
@@ -15,7 +15,6 @@
 #include <lib-lib/ascii.h>
 #include <lib-lib/str.h>
 #include <lib-lib/macros.h>
-#include <lib-lib/debug.h>
 
 #include "mutt.h"
 #include "charset.h"
@@ -70,7 +69,6 @@ int mutt_idna_to_local (const char *in, char **out, int flags)
     if (!irrev && idna_to_ascii_8z (tmp, &t2, 1) != IDNA_SUCCESS)
       irrev = 1;
     if (!irrev && ascii_strcasecmp (t2, in)) {
-      debug_print (1, ("not reversible. in = '%s', t2 = '%s'.\n", in, t2));
       irrev = 1;
     }