Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed May 7, 2024
1 parent 695fc43 commit d2f2e3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export function LiquidEditForm(props: LiquidEditFormProps): JSX.Element {
serialize: values.serialize || false,
})
}
console.log('errors', errors)
return (
<Card className={styles.form_card}>
<form onSubmit={handleSubmit(handleLiquidEdits)}>
Expand Down

0 comments on commit d2f2e3e

Please sign in to comment.