diff options
Diffstat (limited to 'std.py')
| -rw-r--r-- | std.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -114,7 +114,6 @@ def evaluate_expression(expr):              if isinstance(in_sig[idx], sig[idx]):                  validated += 1          if validated == len(sig): -            print(f"{value.func.args}")              ret = value.impl(*(expr.args))              return ret | 
