From f7845a212b356ccc298c8e847f1a8040968e15e0 Mon Sep 17 00:00:00 2001 From: peterkogo Date: Wed, 15 Oct 2025 14:11:51 +0200 Subject: [PATCH] remove console.log --- packages/system/src/utils/store.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/system/src/utils/store.ts b/packages/system/src/utils/store.ts index 19aa833b..73b4e619 100644 --- a/packages/system/src/utils/store.ts +++ b/packages/system/src/utils/store.ts @@ -274,8 +274,6 @@ function calculateChildXYZ( const childZ = calculateZ(childNode, selectedNodeZ); const parentZ = parentNode.internals.z ?? 0; - console.log(parentNode.id, parentZ, childZ); - return { x: absolutePosition.x, y: absolutePosition.y,