Revert "Add verbose logging for #2065"

This reverts commit 83df69f43c.
This commit is contained in:
Hocuri
2021-01-15 10:48:33 +01:00
parent e077ee9238
commit 4636785449
2 changed files with 0 additions and 10 deletions

View File

@@ -148,7 +148,6 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder: Config) -> Int
// but maybe just one folder can't be selected or something
warn!(ctx, "{}", err);
}
info!(ctx, "verbose (issue 2065): step 1 done fetching");
// idle
if connection.can_idle() {