summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2002-03-14 20:44:42 +0000
committeradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2002-03-14 20:44:42 +0000
commit1de7c8be15a8da187d4fe31519b2ca404d151dd9 (patch)
tree5a8709c43f1dedaa1f3c8490272bdf7f7fddd11c
parent127059fa73e4c93a179b099fe6ecaa12b615b5ee (diff)
downloadmysqldb1-1de7c8be15a8da187d4fe31519b2ca404d151dd9.tar.gz
Elminate debugging statement.
-rw-r--r--MySQLdb/MySQLdb/connections.py1
1 files changed, 0 insertions, 1 deletions
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."""