cc-4235: removed some magic to find bug
This commit is contained in:
parent
1dbdadef62
commit
a87a790ce6
5 changed files with 17 additions and 14 deletions
|
@ -47,5 +47,6 @@ class EventContractor(Loggable):
|
|||
return True # We actually added something, hence we return true.
|
||||
|
||||
def __unregister(self, evt):
|
||||
self.logger.info("Unregistering. Left: '%d'" % len(self.store.keys()))
|
||||
try: del self.store[evt.path]
|
||||
except Exception as e: self.unexpected_exception(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue