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
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* 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 */
if (line[0] == '\0')
{