mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-25 17:45:26 +00:00
remove uneeded print from my patch which accidentally got left in
This commit is contained in:
parent
327de6f5cd
commit
91ff2cb58f
@ -229,7 +229,6 @@ class json_rpc:
|
||||
value = float(value)
|
||||
except:
|
||||
pass
|
||||
print
|
||||
func = getattr(sclient, 'set_torrent_' + option)
|
||||
func(torrent_id, value)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user