*** empty log message ***

This commit is contained in:
Joe Shochet 2001-04-18 19:45:24 +00:00
parent 1e0fcd2d77
commit c30fce4da9
2 changed files with 2 additions and 2 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:

View File

@ -49,7 +49,7 @@ class Messenger:
def ignore(self, event, object):
""" ignore(self, string, DirectObject)
Make this object no longer respond to this event.
It is safe to call even if it was not alread
It is safe to call even if it was not already accepting
"""
Messenger.notify.debug(`object` + '\n now ignoring: ' + `event`)