removed debug statement.
This commit is contained in:
parent
8902c124db
commit
76df54ba1a
1 changed files with 0 additions and 2 deletions
|
|
@ -108,8 +108,6 @@ class DownloadQueue:
|
|||
is_live=entry['is_live'] if 'is_live' in entry else None,
|
||||
)
|
||||
|
||||
logging.info(f'adding {dl.json()}')
|
||||
|
||||
try:
|
||||
dldirectory = calcDownloadPath(
|
||||
basePath=self.config.download_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue