We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37716c7 commit 5db0478Copy full SHA for 5db0478
elk.c
@@ -420,7 +420,7 @@ void js_gc(struct js *js) {
420
421
// Skip whitespaces and comments
422
static jsoff_t skiptonext(const char *code, jsoff_t len, jsoff_t n) {
423
- printf("SKIP: [%.*s]\n", len - n, &code[n]);
+ // printf("SKIP: [%.*s]\n", len - n, &code[n]);
424
while (n < len) {
425
if (is_space(code[n])) {
426
n++;
0 commit comments