diff --git a/src/interface.py b/src/interface.py index 0bd4c16f2..7a08be671 100644 --- a/src/interface.py +++ b/src/interface.py @@ -832,11 +832,6 @@ window, please enter your password")) for uid in unique_ids: torrent_state = self.manager.get_torrent_state(uid) if torrent_state["is_paused"]: - try: - if torrent_state["state"] != 6 or torrent_state["state"] != 7: - os.remove(self.manager.unique_IDs[uid].filename + ".fastresume") - except: - pass self.manager.set_user_pause(uid, False, True) self.update()