cc-4105: removed obsolete comments and duplicate code

This commit is contained in:
Rudi Grinberg 2012-08-15 11:13:36 -04:00
parent e570e4de90
commit 1f422a9609
2 changed files with 8 additions and 14 deletions

View file

@ -46,7 +46,6 @@ class EventContractor(Loggable):
self.store[ evt.path ] = evt
return True # We actually added something, hence we return true.
# events are unregistered automatically no need to screw around with them
def __unregister(self, evt):
try: del self.store[evt.path]
except Exception as e: self.unexpected_exception(e)