commit 0ddd94b5b333269aa1779e5bc2eb990e4d522afb
parent ca62df89d4514e7ea0fdde7170f9270d9f62c3f0
Author: ThomasV <thomasv@gitorious>
Date: Wed, 3 Jun 2015 10:03:55 +0200
remove forgotten debugging statement
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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: