Remove debug message on unrestriction
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user