mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Fixed DEIMi, removed debug
This commit is contained in:
parent
9a07713809
commit
6d6c56555c
@ -627,8 +627,6 @@ def eval_expr(expr):
|
||||
if expr is None:
|
||||
return None
|
||||
|
||||
print('eval_expr: initial expr=%s' % expr)
|
||||
|
||||
# replace any "." value with "dot" defined in the symbol table
|
||||
expr = string.replace(expr, '.', '_D_O_T_')
|
||||
globs = copy.deepcopy(SymTable)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user