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