MERGE: #15512: Remove remnants of debugging code

This commit is contained in:
Jesus Cea 2012-08-03 15:49:40 +02:00
commit ba9b404b65

View File

@ -703,8 +703,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