From: Mark Slee Date: Wed, 29 Nov 2006 22:07:23 +0000 (+0000) Subject: Oops take out printf debug X-Git-Tag: 0.2.0~1588 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7657fa97475496f6e65aeb8c1ca2d5732545b733;p=common%2Fthrift.git Oops take out printf debug git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664884 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }