*** empty log message ***

This commit is contained in:
Joe Shochet 2001-04-27 00:05:55 +00:00
parent 6e56f912d1
commit b8864af39e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class DirectObject:
def __del__(self):
"""__del__(self)
"""
print "Destructing: ", self.__class__.__name__
# print "Destructing: ", self.__class__.__name__
try:
self.cleanup()
except AttributeError: