Skip to content

Commit cd0010e

Browse files
remove debug
1 parent 0ba899a commit cd0010e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/basic/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,6 @@ void library_statement(struct basic_ctx *ctx) {
414414
}
415415
library_len = strlen(numbered);
416416

417-
dprintf("==== numbered: ====\n");
418-
dprintf("%s", numbered);
419-
420417
/* Append the renumbered library to the end of the program (this reallocates
421418
* ctx->program_ptr invalidating ctx->ptr and ctx->next_ptr - the tokeinizer
422419
* must be reinitailised and the line hash rebuilt)

0 commit comments

Comments
 (0)