summaryrefslogtreecommitdiff
path: root/psycopg/pqpath.c
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2008-05-30 00:39:50 +0200
committerFederico Di Gregorio <fog@initd.org>2008-05-30 00:39:50 +0200
commite664abb248119f98562e1e07a9b68487e219d25c (patch)
tree2a19ea5ef8209ef71b8f9e689a88faba8763e8af /psycopg/pqpath.c
parent5a428642f86d31e8493379dee6ef8d6c55201891 (diff)
downloadpsycopg2-e664abb248119f98562e1e07a9b68487e219d25c.tar.gz
Added XXXARRAY imports to psycopg2.extenions
Diffstat (limited to 'psycopg/pqpath.c')
-rw-r--r--psycopg/pqpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/psycopg/pqpath.c b/psycopg/pqpath.c
index bf8fdf2..8b6633b 100644
--- a/psycopg/pqpath.c
+++ b/psycopg/pqpath.c
@@ -160,7 +160,6 @@ pq_raise(connectionObject *conn, cursorObject *curs, PGresult *pgres)
/* if the connection has somehow beed broken, we mark the connection
object as closed but requiring cleanup */
- Dprintf("%d %d", PQtransactionStatus(conn->pgconn), PQstatus(conn->pgconn));
if (conn->pgconn != NULL && PQstatus(conn->pgconn) == CONNECTION_BAD)
conn->closed = 2;