diff --git a/src/renderer/core/layout/store/layoutStore.ts b/src/renderer/core/layout/store/layoutStore.ts index 9214da295..20b862b46 100644 --- a/src/renderer/core/layout/store/layoutStore.ts +++ b/src/renderer/core/layout/store/layoutStore.ts @@ -371,15 +371,6 @@ class LayoutStoreImpl implements LayoutStore { updateSlotLayout(key: string, layout: SlotLayout): void { const existing = this.slotLayouts.get(key) - if (!existing) { - logger.debug('Adding slot:', { - nodeId: layout.nodeId, - type: layout.type, - index: layout.index, - bounds: layout.bounds - }) - } - if (existing) { // Update spatial index this.slotSpatialIndex.update(key, layout.bounds)