Commit d52544df authored by Jesus Cea's avatar Jesus Cea

#15512: Remove remnants of debugging code

parent d4e58dc9
......@@ -610,8 +610,6 @@ class STObjectTestCase(unittest.TestCase):
children = node[1:-1] if hasstr else node[1:]
if children:
res += XXXROUNDUP(len(children)) * nodesize
res1 = res
if children:
for child in children:
res += sizeofchildren(child)
return res
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment