Ver Fonte

remove double "Logging in ..." when using legacy LOGIN

Oswald Buddenhagen há 10 anos atrás
pai
commit
06c1a43aa2
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/drv_imap.c

+ 0 - 1
src/drv_imap.c

@@ -2018,7 +2018,6 @@ imap_open_store_authenticate2( imap_store_t *ctx )
 	if (auth_login) {
 		if (!ensure_user( srvc ) || !ensure_password( srvc ))
 			goto bail;
-		info( "Logging in...\n" );
 #ifdef HAVE_LIBSSL
 		if (!ctx->conn.ssl)
 #endif