From ebb9d57cb385f49becbf54c6f78647715ddd1c29 Mon Sep 17 00:00:00 2001 From: Scott Dugas Date: Thu, 30 Oct 2014 16:40:36 -0400 Subject: [PATCH] Removed accidental print statements --- lib/sqlalchemy/testing/engines.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sqlalchemy/testing/engines.py b/lib/sqlalchemy/testing/engines.py index 75bcc58e11..3a3f5be106 100644 --- a/lib/sqlalchemy/testing/engines.py +++ b/lib/sqlalchemy/testing/engines.py @@ -316,8 +316,6 @@ class DBAPIProxyConnection(object): self.cursor_cls = cursor_cls def cursor(self, *args, **kwargs): - print "DPA", args - print "DPK", kwargs return self.cursor_cls(self.engine, self.conn, *args, **kwargs) def close(self): -- 2.47.3