8000 Removed debug output. · hackingwu/postgres@090dbb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 090dbb1

Browse files
author
Michael Meskes
committed
Removed debug output.
1 parent fc7bfdb commit 090dbb1

File tree

1 file changed

+1
-2
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-2
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.1 2002/07/01 07:10:10 meskes Exp $
15+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.2 2002/07/01 15:01:37 meskes Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -372,7 +372,6 @@ cppline {space}*#(.*\\{space})*.*
372372
<xq>{xqstop} {
373373
BEGIN(state_before);
374374
yylval.str = mm_strdup(literalbuf);
375-
printf("MM: %s\n", yylval.str);
376375
return SCONST;
377376
}
378377
<xq>{xqdouble} { addlitchar('\''); }

0 commit comments

Comments
 (0)
0