remove uneeded print from my patch which accidentally got left in

This commit is contained in:
Damien Churchill 2008-07-26 12:08:04 +00:00
commit 91ff2cb58f

View file

@ -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)