From 2c104e21b13dc50c0ce2e7cb7db6d8fe477c4e1f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Dec 2016 19:45:55 -0800 Subject: Removes stray debug printf from lexer. * parser.l: A stray printf was committed in November 2015. The spurious output only occurs when certain invalid floating-point syntax is encountered. --- parser.l | 1 - 1 file changed, 1 deletion(-) diff --git a/parser.l b/parser.l index 89c89193..a123f2f1 100644 --- a/parser.l +++ b/parser.l @@ -381,7 +381,6 @@ UONLY {U2}{U}|{U3}{U}{U}|{U4}{U}{U}{U} {TOK}/{DOTFLO} | {BTOK}/{DOTFLO} | {NTOK}/{DOTFLO} { - printf("yytext: %s\n", yytext); yyerrorf(yyg, lit("cramped floating-point literal: " "space needed between ~a and dot."), string_own(utf8_dup_from(yytext)), -- cgit v1.2.3