Commit fd3e5714 by Piotr Mitros

Took out print

parent 58a0a7d0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment