diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 12:49:34 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 12:49:34 -0400 |
| commit | 348009ba1f724c163a9ea3360fc88bdf24f22d8b (patch) | |
| tree | 4102935b735978ac531ec987cf6c9c996025ab36 /uscript/us_debug.c | |
| parent | cfa04f1cd06a7024aca7dba96f930ba130b0f9b4 (diff) | |
microscript: remove print statement
Diffstat (limited to 'uscript/us_debug.c')
| -rw-r--r-- | uscript/us_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
