updated corehandlers to allow sdt snooping to help mimic previous behavior

This commit is contained in:
Blake Harnden 2019-10-15 15:02:38 -07:00
parent b2d2705849
commit 0b8bc7bd13
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,6 @@ class Sdt(object):
# node information for remote nodes not in session._objs
# local nodes also appear here since their obj may not exist yet
self.remotes = {}
# session.broker.handlers.add(self.handle_distributed)
# add handler for node updates
self.session.node_handlers.append(self.handle_node_update)