Explorar o código

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

Oswald Buddenhagen %!s(int64=10) %!d(string=hai) anos
pai
achega
06c1a43aa2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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