removed ignoreall because by definition it will not work

This commit is contained in:
Joe Shochet 2006-05-04 21:12:00 +00:00
parent 6b77edf7ed
commit 4af853d9e8
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ class DirectObject:
def __init__(self):
pass
def __del__(self):
self.ignoreAll()
#def __del__(self):
# This next line is useful for debugging leaks
#print "Destructing: ", self.__class__.__name__