From 91ff2cb58f7780e5d46d71272b6b0eabcdecd72e Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Sat, 26 Jul 2008 12:08:04 +0000 Subject: [PATCH] remove uneeded print from my patch which accidentally got left in --- deluge/ui/webui/json_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/ui/webui/json_api.py b/deluge/ui/webui/json_api.py index f334490db..27fadebd5 100644 --- a/deluge/ui/webui/json_api.py +++ b/deluge/ui/webui/json_api.py @@ -229,7 +229,6 @@ class json_rpc: value = float(value) except: pass - print func = getattr(sclient, 'set_torrent_' + option) func(torrent_id, value)