Browse Source

remove forgotten debugging statement

283
ThomasV 10 years ago
parent
commit
0ddd94b5b3
  1. 1
      lib/commands.py

1
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:

Loading…
Cancel
Save