Skip to content

Commit

Permalink
remove superdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r committed Nov 8, 2024
1 parent 6e5c8ea commit 57f9e04
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import type { PageData } from './$types';
import SuperDebug, { superForm } from 'sveltekit-superforms';
import { superForm } from 'sveltekit-superforms';
import { TrashIcon } from 'lucide-svelte';
import Button from '$lib/ui/Button.svelte';
import Input from '$lib/ui/form/Input.svelte';
Expand Down Expand Up @@ -202,7 +202,6 @@
</div>
</div>

<SuperDebug data={$form} />
<Button>Set</Button>
</div>
</form>
Expand Down

0 comments on commit 57f9e04

Please sign in to comment.