From 73cc08772f1a11140b238525698bce0664326a50 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 14 Dec 2016 13:34:24 +0900 Subject: remove debug code; ref #3344 --- mrbgems/mruby-compiler/core/parse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index 821411cf4..fac779b07 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -4130,7 +4130,6 @@ parse_string(parser_state *p) yylval.nd = new_str(p, tok(p), toklen(p)); if (IS_LABEL_POSSIBLE()) { if (IS_LABEL_SUFFIX(0)) { - fprintf(stderr, "tLABEL_END: %d->%d\n", p->lstate, EXPR_BEG); p->lstate = EXPR_BEG; nextc(p); return tLABEL_END; -- cgit v1.2.3