Reduce verbosity
This commit is contained in:
parent
125c3947c3
commit
2804635c05
1
main.go
1
main.go
@ -151,7 +151,6 @@ func scanAndSendEbooks() {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if hasBeenSent(hash) {
|
if hasBeenSent(hash) {
|
||||||
log.Printf("Already sent (hash match): %s\n", path)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
log.Printf("Detected ebook file: %s\n", path)
|
log.Printf("Detected ebook file: %s\n", path)
|
||||||
|
Loading…
Reference in New Issue
Block a user