remove debug message

This commit is contained in:
Ben Sarmiento
2023-10-19 20:21:32 +02:00
parent faba4e53ab
commit fda45b99ff

View File

@@ -27,7 +27,6 @@ func (handler *TorrentManager) refreshTorrents() {
<-time.After(15 * time.Second) <-time.After(15 * time.Second)
checksum := handler.getChecksum() checksum := handler.getChecksum()
if checksum == handler.checksum { if checksum == handler.checksum {
log.Println("No changes detected, skipping refresh")
continue continue
} }
handler.checksum = checksum handler.checksum = checksum