Skip to content
Snippets Groups Projects
Commit fd3e5714 authored by Piotr Mitros's avatar Piotr Mitros
Browse files

Took out print

parent 58a0a7d0
No related merge requests found
......@@ -79,7 +79,6 @@ def evaluator(variables, functions, string, cs=False):
# log.debug("string: {0}".format(string))
def lower_dict(d):
print d
return dict([(k.lower(), d[k]) for k in d])
all_variables = copy.copy(default_variables)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment