X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=d4b4efd5f9d7d4f62942bfe1376fb98a7293619d;hp=74aee4cfd54c48875403062e1c2a480f4e6b8cfe;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/imap/auth.c b/imap/auth.c index 74aee4c..d4b4efd 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -16,7 +16,6 @@ #endif #include -#include #include #include @@ -64,7 +63,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 +82,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) {