mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Elminate debugging statement.
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user