Kaydet (Commit) 676e73b3 authored tarafından Jesus Cea's avatar Jesus Cea

#15512: Remove remnants of debugging code

üst 16e2fca4
......@@ -699,8 +699,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