remove console.log

This commit is contained in:
peterkogo
2025-10-15 14:11:51 +02:00
parent 6ffb9f7901
commit f7845a212b

View File

@@ -274,8 +274,6 @@ function calculateChildXYZ<NodeType extends NodeBase>(
const childZ = calculateZ(childNode, selectedNodeZ);
const parentZ = parentNode.internals.z ?? 0;
console.log(parentNode.id, parentZ, childZ);
return {
x: absolutePosition.x,
y: absolutePosition.y,