diff --git a/deluge/plugins/AutoAdd/deluge/plugins/autoadd/core.py b/deluge/plugins/AutoAdd/deluge/plugins/autoadd/core.py index 658a163d5..79e5327b8 100644 --- a/deluge/plugins/AutoAdd/deluge/plugins/autoadd/core.py +++ b/deluge/plugins/AutoAdd/deluge/plugins/autoadd/core.py @@ -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: