Took out print
This commit is contained in:
@@ -79,7 +79,6 @@ def evaluator(variables, functions, string, cs=False):
|
|||||||
# log.debug("string: {0}".format(string))
|
# log.debug("string: {0}".format(string))
|
||||||
|
|
||||||
def lower_dict(d):
|
def lower_dict(d):
|
||||||
print d
|
|
||||||
return dict([(k.lower(), d[k]) for k in d])
|
return dict([(k.lower(), d[k]) for k in d])
|
||||||
|
|
||||||
all_variables = copy.copy(default_variables)
|
all_variables = copy.copy(default_variables)
|
||||||
|
|||||||
Reference in New Issue
Block a user