[DBD::Pg] Remove debugging message.

dbdpg-commits-gENoVmVU/[email protected] Mon, 27 Jan 2014 18:13:24 -0500
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]>

Remove debugging message.

---
 dbdimp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dbdimp.c b/dbdimp.c
index e96daa4..4c2b079 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -2677,8 +2677,6 @@ static SV * pg_destringify_array(pTHX_ imp_dbh_t *imp_dbh, unsigned char * input
 	if (TSTART_slow) TRC(DBILOGFP, "%sBegin pg_destringify_array (string: %s quotechar: %c)\n",
 					THEADER_slow, input, coltype->array_delimeter);
 
-	fprintf(stderr, "Trying to destringify %s\n", input);
-
 	/*
 	  Note: we don't do careful balance checking here, as this is coming straight from 
 	  the Postgres backend, and we rely on it to give us a sane and balanced structure
-- 
1.8.4