URI: 
       tremove forgotten debugging statement - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0ddd94b5b333269aa1779e5bc2eb990e4d522afb
   DIR parent ca62df89d4514e7ea0fdde7170f9270d9f62c3f0
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed,  3 Jun 2015 10:03:55 +0200
       
       remove forgotten debugging statement
       
       Diffstat:
         M lib/commands.py                     |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -119,7 +119,6 @@ class Commands:
            @command('')
            def setconfig(self, key, value):
                """Set a configuration variable. 'value' may be a string or a Python expression."""
       -        value = ast.literal_eval(value)
                try:
                    value = ast.literal_eval(value)
                except: