mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Remove confusing "Not scanning" log msg
This commit is contained in:
@@ -20,7 +20,6 @@ impl Imap {
|
||||
.await;
|
||||
|
||||
if elapsed_secs < debounce_secs {
|
||||
info!(context, "Not scanning, we scanned {}s ago", elapsed_secs);
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user