diff options
| author | mryouse | 2022-05-12 02:42:03 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-12 02:42:03 +0000 |
| commit | 3511e21a3e9b5117fd61b2f7cafee05c1cc1a945 (patch) | |
| tree | 20b28f9b69cce159c28359bea2e8ea2e12fa2500 /std.py | |
| parent | a2e9d93ed0bd0c287b270fd2eebac516f63e2b84 (diff) | |
remove errant print()
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 |
