Skip to content

Commit

Permalink
chore: remove form debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 5, 2024
1 parent 1abf468 commit 5eeb5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Forms/Form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
const { form, message, tainted, delayed, errors, allErrors, enhance } = _form;
</script>

{#if true}
{#if debug}
<SuperDebug data={$form} />
<SuperDebug data={$tainted} />
<SuperDebug data={$errors} />
Expand Down

0 comments on commit 5eeb5a3

Please sign in to comment.