summaryrefslogtreecommitdiff
path: root/tnslc/compile/function.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-04-29 02:23:24 -0400
committerKai Gunger <kgunger12@gmail.com>2026-04-29 02:23:24 -0400
commit31b1dc66982320aa3f4279bd066129e2a110e543 (patch)
tree450be8b9b755bf3d3e07f5d4f0ae6f9d5213d43c /tnslc/compile/function.tnsl
parent84eb185812b70ec900ec8607bced68da440ae7a2 (diff)
[tnslc] Remove a couple superfluous prints
Diffstat (limited to 'tnslc/compile/function.tnsl')
-rw-r--r--tnslc/compile/function.tnsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl
index 4735824..0a22f8d 100644
--- a/tnslc/compile/function.tnsl
+++ b/tnslc/compile/function.tnsl
@@ -428,10 +428,6 @@ struct Function {
return
;/
- _printf("Looks like we found \"")
- _printf(sub`.data)
- _printf("\" for make setting\n\0")
-
/; if (sub`.sub.count > 0)
sub = sub`.sub.get(0)
Var val = self._compile_value(s, sub)