[poincare] Remove some debug logging

This commit is contained in:
Léa Saviot
2018-07-12 17:28:48 +02:00
parent fca5a5c76f
commit 2255a2ceab

View File

@@ -57,7 +57,6 @@ void LayoutRef::replaceWithJuxtapositionOf(LayoutRef leftChild, LayoutRef rightC
p.replaceChild(*this, horizontalLayoutR, cursor);
horizontalLayoutR.addOrMergeChildAtIndex(leftChild, 0, false);
horizontalLayoutR.addOrMergeChildAtIndex(rightChild, 1, false);
TreePool::sharedPool()->log();
}
template <typename T>