removed ignoreall because by definition it will not work
This commit is contained in:
parent
6b77edf7ed
commit
4af853d9e8
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue