Remove debug message on unrestriction
This commit is contained in:
@@ -320,7 +320,6 @@ func (t *TorrentManager) TriggerHookOnLibraryUpdate(updatedPaths []string) {
|
|||||||
|
|
||||||
// proxy
|
// proxy
|
||||||
func (t *TorrentManager) UnrestrictUntilOk(link string) *realdebrid.Download {
|
func (t *TorrentManager) UnrestrictUntilOk(link string) *realdebrid.Download {
|
||||||
t.log.Debugf("Unrestricting %s", link)
|
|
||||||
retChan := make(chan *realdebrid.Download, 1)
|
retChan := make(chan *realdebrid.Download, 1)
|
||||||
defer close(retChan)
|
defer close(retChan)
|
||||||
t.workerPool.Submit(func() {
|
t.workerPool.Submit(func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user