From c7dbd366ba836b4a387d2cc66f4614a534b15379 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" <lockhart@fourpalms.org> Date: Wed, 24 Sep 1997 17:46:14 +0000 Subject: [PATCH] Remove debugging "puts" print statement. --- src/bin/psql/psql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index fa103fae985..e7eb664d59f 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -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') { -- GitLab