Remove debug message on unrestriction

This commit is contained in:
Ben Sarmiento
2023-12-02 21:02:11 +01:00
parent 3df201cc20
commit b385e11616

View File

@@ -320,7 +320,6 @@ func (t *TorrentManager) TriggerHookOnLibraryUpdate(updatedPaths []string) {
// proxy
func (t *TorrentManager) UnrestrictUntilOk(link string) *realdebrid.Download {
t.log.Debugf("Unrestricting %s", link)
retChan := make(chan *realdebrid.Download, 1)
defer close(retChan)
t.workerPool.Submit(func() {