]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Removed debug output.
authorMichael Meskes <meskes@postgresql.org>
Mon, 1 Jul 2002 15:01:37 +0000 (15:01 +0000)
committerMichael Meskes <meskes@postgresql.org>
Mon, 1 Jul 2002 15:01:37 +0000 (15:01 +0000)
src/interfaces/ecpg/preproc/pgc.l

index eeffe686368c9e013a3f7826ec1e1de39b38e5ad..9813b73792564b67eefd0261c21a1cfcdf1b9c4d 100644 (file)
@@ -12,7 +12,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.1 2002/07/01 07:10:10 meskes Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.2 2002/07/01 15:01:37 meskes Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -372,7 +372,6 @@ cppline                     {space}*#(.*\\{space})*.*
 <xq>{xqstop}           {
                                                BEGIN(state_before);
                                                yylval.str = mm_strdup(literalbuf);
-                                               printf("MM: %s\n", yylval.str);
                                                return SCONST;
                                        }
 <xq>{xqdouble}         { addlitchar('\''); }