remove debug message
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user