aboutsummaryrefslogtreecommitdiff
path: root/std.py
diff options
context:
space:
mode:
authormryouse2022-05-12 02:42:03 +0000
committermryouse2022-05-12 02:42:03 +0000
commit3511e21a3e9b5117fd61b2f7cafee05c1cc1a945 (patch)
tree20b28f9b69cce159c28359bea2e8ea2e12fa2500 /std.py
parenta2e9d93ed0bd0c287b270fd2eebac516f63e2b84 (diff)
remove errant print()
Diffstat (limited to 'std.py')
-rw-r--r--std.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/std.py b/std.py
index 235d560..73af405 100644
--- a/std.py
+++ b/std.py
@@ -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