diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 64ac1ab1a..ee214adb9 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -624,9 +624,6 @@ class Torrent: elif key in fns: status_dict[key] = fns[key]() - self.status = None - self.torrent_info = None - return status_dict def apply_options(self):