fix(planty): remove debug span
All checks were successful
📊 Benchmark the Runtime / release (push) Successful in 1m4s
🚀 Lint & Test & Deploy / release (push) Successful in 3m52s

This commit is contained in:
2026-04-21 01:01:37 +02:00
parent 7aa9979e35
commit 12572742eb

View File

@@ -180,7 +180,6 @@
{#if isActive}
<div class="pointer-events-none fixed inset-0 z-99999">
<span>{currentNodeId}</span>
{#if highlight}
<Highlight selector={highlight.selector} hookName={highlight.hookName} {hooks} />
{/if}