mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-16 23:28:57 +00:00
remove debug print
This commit is contained in:
parent
9b170fe759
commit
5383d6d197
1 changed files with 0 additions and 1 deletions
|
@ -770,7 +770,6 @@ trying to create \"%s\"\nPlease make sure you have the write permissions and the
|
||||||
pass
|
pass
|
||||||
self.manager.remove_torrent(uid, False, True)
|
self.manager.remove_torrent(uid, False, True)
|
||||||
self.torrent_model_remove(uid)
|
self.torrent_model_remove(uid)
|
||||||
print save_info[0]
|
|
||||||
unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage"))
|
unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage"))
|
||||||
self.torrent_model_append(unique_ID)
|
self.torrent_model_append(unique_ID)
|
||||||
if save_info[4]:
|
if save_info[4]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue