Remove debugging log line

This commit is contained in:
Calum Lind 2018-10-08 21:47:40 +01:00
parent 673b6653a3
commit 86d582d52a
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ class Core(CorePluginBase):
label = component.get('CorePlugin.Label')
if not watchdir['label'] in label.get_labels():
label.add(watchdir['label'])
log.critical(torrent_id)
try:
label.set_torrent(torrent_id, watchdir['label'])
except Exception as ex: