1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Remove debugging "puts" print statement.

This commit is contained in:
Thomas G. Lockhart 1997-09-24 17:46:14 +00:00
parent 0e699286d3
commit c7dbd366ba

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.98 1997/09/23 19:47:59 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.99 1997/09/24 17:46:14 thomas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -1882,7 +1882,7 @@ MainLoop(PsqlSettings *pset, FILE *source)
} }
} }
} }
puts(line);
/* nothing on line after trimming? then ignore */ /* nothing on line after trimming? then ignore */
if (line[0] == '\0') if (line[0] == '\0')
{ {