From 3511e21a3e9b5117fd61b2f7cafee05c1cc1a945 Mon Sep 17 00:00:00 2001 From: mryouse Date: Thu, 12 May 2022 02:42:03 +0000 Subject: remove errant print() --- std.py | 1 - 1 file changed, 1 deletion(-) (limited to 'std.py') 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 -- cgit v1.2.3