From 7657fa97475496f6e65aeb8c1ca2d5732545b733 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 29 Nov 2006 22:07:23 +0000 Subject: [PATCH] Oops take out printf debug git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664884 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/src/thrift.l | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/cpp/src/thrift.l b/compiler/cpp/src/thrift.l index a3537866..14a9e4b3 100644 --- a/compiler/cpp/src/thrift.l +++ b/compiler/cpp/src/thrift.l @@ -83,7 +83,6 @@ sliteral ("'"[^']*"'") {hexconstant} { sscanf(yytext+2, "%x", &yylval.iconst); - printf("%d\n", yylval.iconst); return tok_int_constant; } -- 2.17.1