Remove confusing "Not scanning" log msg

This commit is contained in:
Hocuri
2021-02-12 10:35:43 +01:00
parent c92367088f
commit 6e7d4959a7

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(());
}
}