summaryrefslogtreecommitdiff
path: root/psycopg/pqpath.c
diff options
context:
space:
mode:
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;