Skip to content

Commit

Permalink
tidy: no log
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Nov 21, 2024
1 parent 8a11dc2 commit 7fc500a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/ResponseForm/ResponseForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const ResponseForm = (props: Props) => {
if (!email) return false
return email === error?.cause?.extensions?.['forbidResubmitForEmail']
})()
console.log({ email, error, forbidResubmit })

const [exampleName, setExampleName] = useState('')
useEffect(() => {
Expand Down

0 comments on commit 7fc500a

Please sign in to comment.