Took out print

This commit is contained in:
Piotr Mitros
2012-04-24 18:42:13 -04:00
parent 58a0a7d0d6
commit fd3e571478

View File

@@ -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)