Reduce verbosity

This commit is contained in:
R. Alex Matevish 2025-05-27 20:50:16 -07:00
parent 125c3947c3
commit 2804635c05
No known key found for this signature in database
GPG Key ID: 8717A977B24993D8

View File

@ -151,7 +151,6 @@ func scanAndSendEbooks() {
return nil
}
if hasBeenSent(hash) {
log.Printf("Already sent (hash match): %s\n", path)
return nil
}
log.Printf("Detected ebook file: %s\n", path)