diff --git a/congress/dse/amqprouter.py b/congress/dse/amqprouter.py index dedb6e775..a027f12c2 100644 --- a/congress/dse/amqprouter.py +++ b/congress/dse/amqprouter.py @@ -66,8 +66,6 @@ class Node(): else: self.children[word]._add(patternList[1:], destination) - # logging.info("***CHILDREN: %s" % (self.pp.pformat(self.children))) - def update_results(self): if '#' in self.children: self.children['#'].update_results()