mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[poincare] Remove some debug logging
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user