remove debug numbers

This commit is contained in:
Ruben Fiszel
2025-08-11 12:21:15 +00:00
parent 1fcd0af7ff
commit 845d02233b
@@ -301,7 +301,6 @@
</script>
{#if componentInput === undefined}
1
{#if !noInitialize}
<InitializeComponent {id} />
{/if}
@@ -311,7 +310,6 @@
{@render nonRenderedPlaceholder?.()}
{/if}
{:else if componentInput.type === 'runnable' && isRunnableDefined(componentInput)}
2
<RunnableComponent
{noInitialize}
{allowConcurentRequests}