mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Remove debugging log line
This commit is contained in:
parent
673b6653a3
commit
86d582d52a
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue