Author: andar
Revision: 6139
Log:
Remove some debug code
Diff:
Modified: trunk/deluge/core/torrentmanager.py
===================================================================
--- trunk/deluge/core/torrentmanager.py 2010-01-25 15:10:14 UTC (rev 6138)
+++ trunk/deluge/core/torrentmanager.py 2010-01-26 02:01:53 UTC (rev 6139)
@@ -387,8 +387,6 @@
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
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.