From 1de7c8be15a8da187d4fe31519b2ca404d151dd9 Mon Sep 17 00:00:00 2001 From: adustman Date: Thu, 14 Mar 2002 20:44:42 +0000 Subject: [PATCH] Elminate debugging statement. --- MySQLdb/MySQLdb/connections.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MySQLdb/MySQLdb/connections.py b/MySQLdb/MySQLdb/connections.py index 12f8f13..b701d3b 100644 --- a/MySQLdb/MySQLdb/connections.py +++ b/MySQLdb/MySQLdb/connections.py @@ -73,7 +73,6 @@ class Connection: def __del__(self): if hasattr(self, '_db'): self.close() - print "Alas! I die!" def close(self): """Close the connection. No further activity possible."""