We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba899a commit cd0010eCopy full SHA for cd0010e
src/basic/main.c
@@ -414,9 +414,6 @@ void library_statement(struct basic_ctx *ctx) {
414
}
415
library_len = strlen(numbered);
416
417
- dprintf("==== numbered: ====\n");
418
- dprintf("%s", numbered);
419
-
420
/* Append the renumbered library to the end of the program (this reallocates
421
* ctx->program_ptr invalidating ctx->ptr and ctx->next_ptr - the tokeinizer
422
* must be reinitailised and the line hash rebuilt)
0 commit comments