X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt_idna.c;h=e2919ff9d44b7e65c9e8b9184a08e51dde25db1b;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hp=1419dd96c8eda6f8d939ff537e257447f3cf37e1;hpb=d5d56308b49c3f157a17125415312f0c13e1e25b;p=apps%2Fmadmutt.git diff --git a/mutt_idna.c b/mutt_idna.c index 1419dd9..e2919ff 100644 --- a/mutt_idna.c +++ b/mutt_idna.c @@ -20,8 +20,6 @@ #include "charset.h" #include "mutt_idna.h" -#include "lib/debug.h" - /* The low-level interface we use. */ #ifndef HAVE_LIBIDN @@ -71,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; }