X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=imap%2Fauth.c;h=8fae85bce6ad84f8366bc06dbabf3e48c8f554ef;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=74aee4cfd54c48875403062e1c2a480f4e6b8cfe;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a;p=apps%2Fmadmutt.git diff --git a/imap/auth.c b/imap/auth.c index 74aee4c..8fae85b 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -15,11 +15,7 @@ # include "config.h" #endif -#include -#include - -#include -#include +#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) {