Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gaphas/tree.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gaphas/tree.py b/gaphas/tree.py
index 906c40d..0165a78 100644
--- a/gaphas/tree.py
+++ b/gaphas/tree.py
@@ -348,10 +348,6 @@ class Tree(object):
self._add(node, parent, index)
- assert self._parents.get(node) is parent
- assert node in self._children[parent]
- assert node in self.get_siblings(node)
-
# reorganize children in nodes list
for c in self._children[node]:
self._reparent_nodes(c, node)