[svn:DBD-Pg] r13045 - DBD-Pg/trunk
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: turnstep
Date: Sun Jul 12 12:32:37 2009
New Revision: 13045
Modified:
DBD-Pg/trunk/dbdimp.c
Log:
Remove debug line.
Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c (original)
+++ DBD-Pg/trunk/dbdimp.c Sun Jul 12 12:32:37 2009
@@ -2467,7 +2467,6 @@
SvUTF8_on(value);
string = SvPV(svitem, svlen);
while (svlen--) {
- TRC(DBILOGFP, "%sATTEMPTING (%c)\n", THEADER, *string);
/* If an embedded quote, throw a backslash before it */
if ('\"' == *string)