X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=143fde0ac5d5e320652361d6a2b49091aad6af35;hp=74aee4cfd54c48875403062e1c2a480f4e6b8cfe;hb=916e4872caf252a5850e64f79427b9dd7808435d;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/imap/auth.c b/imap/auth.c index 74aee4c..143fde0 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -11,15 +11,7 @@ /* IMAP login/authentication code */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - -#include -#include +#include #include "mutt.h" #include "imap_private.h" @@ -64,7 +56,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 +75,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) {