From 0ddd94b5b333269aa1779e5bc2eb990e4d522afb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 3 Jun 2015 10:03:55 +0200 Subject: [PATCH] remove forgotten debugging statement --- lib/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 3c132032..80af1bc2 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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: