Remove debug logs
This commit is contained in:
@@ -54,7 +54,6 @@ func (t *TorrentManager) refreshTorrents() []string {
|
|||||||
t.deleteOnceDone.Remove(fixerID)
|
t.deleteOnceDone.Remove(fixerID)
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
t.log.Debugf("Fixers left: %d", t.fixers.Count())
|
|
||||||
|
|
||||||
// ensure delete
|
// ensure delete
|
||||||
infoCache, _ := t.DirectoryMap.Get(INT_INFO_CACHE)
|
infoCache, _ := t.DirectoryMap.Get(INT_INFO_CACHE)
|
||||||
@@ -72,7 +71,6 @@ func (t *TorrentManager) refreshTorrents() []string {
|
|||||||
t.Api.DeleteTorrent(fixerToDel)
|
t.Api.DeleteTorrent(fixerToDel)
|
||||||
infoCache.Remove(fixerToDel)
|
infoCache.Remove(fixerToDel)
|
||||||
}
|
}
|
||||||
t.log.Debugf("Delete once done left: %d", t.deleteOnceDone.Cardinality())
|
|
||||||
|
|
||||||
newlyFetchedKeys := mapset.NewSet[string]()
|
newlyFetchedKeys := mapset.NewSet[string]()
|
||||||
noInfoCount := 0
|
noInfoCount := 0
|
||||||
|
|||||||
Reference in New Issue
Block a user