X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=imap%2Fauth.c;h=8fae85bce6ad84f8366bc06dbabf3e48c8f554ef;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=04fe6712864f9c496a21ae3e256e7ef97a765fa3;hpb=ecaab35b973fbceb58b5ed174971c82762cc0199;p=apps%2Fmadmutt.git diff --git a/imap/auth.c b/imap/auth.c index 04fe671..8fae85b 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -15,11 +15,7 @@ # include "config.h" #endif -#include - -#include -#include -#include "lib/debug.h" +#include #include "mutt.h" #include "imap_private.h" @@ -64,7 +60,6 @@ int imap_authenticate (IMAP_DATA * idata) if (!method[0]) continue; - debug_print (2, ("Trying method %s\n", method)); authenticator = imap_authenticators; while (authenticator->authenticate) { @@ -84,7 +79,6 @@ int imap_authenticate (IMAP_DATA * idata) } else { /* Fall back to default: any authenticator */ - debug_print (2, ("Using any available method.\n")); authenticator = imap_authenticators; while (authenticator->authenticate) {