Remove console.log

This commit is contained in:
ernstmul
2025-05-08 11:39:15 +02:00
parent 45f0ba9ad2
commit b92dfd7688
@@ -196,7 +196,6 @@
</Form>
<svelte:fragment slot="aside">
<Typography.Text variant="m-500">Need a hand?</Typography.Text>
{console.log('match', $providerType == MessagingProviderType.Push)}
<ActionList.Root>
{#if providers[$providerType].providers[$provider].needAHand}
{@const needAHand = providers[$providerType].providers[$provider].needAHand}