diff --git a/nw/core/tree.py b/nw/core/tree.py index 1b6cdc7c..c150c8e5 100644 --- a/nw/core/tree.py +++ b/nw/core/tree.py @@ -145,7 +145,6 @@ class NWTree(): """ tocList = [] tocLen = 0 - # for tHandle in sorted(self._treeOrder): for tHandle in self._treeOrder: tItem = self.__getitem__(tHandle) if tItem is None: