fix: remove debug output (#7973)

This commit is contained in:
Alexander Onnikov
2025-02-11 08:17:53 +07:00
committed by GitHub
parent 40eb51a395
commit d24e9a1eb4
2 changed files with 0 additions and 3 deletions
@@ -6,7 +6,6 @@
<div class="antiPopup p-4 grid">
<Label label={love.string.WithAudio} />
{$isShareWithSound}
<Toggle
showTooltip={{ label: love.string.ShareWithAudioTooltip }}
on={$isShareWithSound}
@@ -92,8 +92,6 @@
{#if viewlet?.$lookup?.descriptor?.component}
{#if loading}
{configurationsLoading}
{preferencesLoading}
<Loading />
{:else}
<Component