mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Elminate debugging statement.
This commit is contained in:
@ -73,7 +73,6 @@ class Connection:
|
|||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
if hasattr(self, '_db'): self.close()
|
if hasattr(self, '_db'): self.close()
|
||||||
print "Alas! I die!"
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
"""Close the connection. No further activity possible."""
|
"""Close the connection. No further activity possible."""
|
||||||
|
Reference in New Issue
Block a user