Remove confusing "Not scanning" log msg

This commit is contained in:
Hocuri
2021-02-12 10:35:43 +01:00
parent c0023cb54d
commit 7d27c2bfea

View File

@@ -20,7 +20,6 @@ impl Imap {
.await;
if elapsed_secs < debounce_secs {
info!(context, "Not scanning, we scanned {}s ago", elapsed_secs);
return Ok(());
}
}