Merge "Remove commented out logging statement"

This commit is contained in:
Jenkins 2015-05-22 22:17:50 +00:00 committed by Gerrit Code Review
commit 5dd05fd37e
1 changed files with 0 additions and 2 deletions

View File

@ -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()