mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Remove some debug code
This commit is contained in:
parent
7af689e57f
commit
ec410fc1a9
1 changed files with 0 additions and 2 deletions
|
@ -387,8 +387,6 @@ class TorrentManager(component.Component):
|
||||||
if options["mapped_files"]:
|
if options["mapped_files"]:
|
||||||
for index, name in options["mapped_files"].items():
|
for index, name in options["mapped_files"].items():
|
||||||
log.debug("renaming file index %s to %s", index, name)
|
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"))
|
torrent_info.rename_file(index, name.encode("utf-8"))
|
||||||
|
|
||||||
add_torrent_params["ti"] = torrent_info
|
add_torrent_params["ti"] = torrent_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue