Remove commented out code

This commit is contained in:
Veronica K. B. Olsen
2020-11-03 21:19:28 +01:00
parent 82a5fdb796
commit aed0af8772
-1
View File
@@ -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: