From ec410fc1a9122853b20a0394b95e90eadf213c91 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 26 Jan 2010 02:01:53 +0000 Subject: [PATCH] Remove some debug code --- deluge/core/torrentmanager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index eb2c02762..cb6f05591 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -387,8 +387,6 @@ class TorrentManager(component.Component): if options["mapped_files"]: for index, name in options["mapped_files"].items(): log.debug("renaming file index %s to %s", index, name) - import code - code.interact(local=locals()) torrent_info.rename_file(index, name.encode("utf-8")) add_torrent_params["ti"] = torrent_info