mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +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