Elminate debugging statement.

This commit is contained in:
adustman
2002-03-14 20:44:42 +00:00
parent 127059fa73
commit 1de7c8be15

View File

@ -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."""