From 348009ba1f724c163a9ea3360fc88bdf24f22d8b Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 14 Apr 2026 12:49:34 -0400 Subject: microscript: remove print statement --- uscript/us_debug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uscript/us_debug.c') diff --git a/uscript/us_debug.c b/uscript/us_debug.c index 6b981a4..18be587 100644 --- a/uscript/us_debug.c +++ b/uscript/us_debug.c @@ -98,7 +98,6 @@ int print_instruction(struct us_proto *proto, int idx) case BC_EQL: case BC_NEQL: case BC_CONCAT: - case BC_PRINT: case BC_RET: putc('\n', stderr); return idx + 1; -- cgit v1.3-2-g0d8e