mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
remove uneeded print from my patch which accidentally got left in
This commit is contained in:
parent
327de6f5cd
commit
91ff2cb58f
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ class json_rpc:
|
||||||
value = float(value)
|
value = float(value)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
print
|
|
||||||
func = getattr(sclient, 'set_torrent_' + option)
|
func = getattr(sclient, 'set_torrent_' + option)
|
||||||
func(torrent_id, value)
|
func(torrent_id, value)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue