Skip to content

Commit 800c016

Browse files
committed
remove contact form error console log
1 parent 7b35f5f commit 800c016

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/ContactUsForm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ function ContactUsForm({ subscribe, setResponseMessage }) {
9090
reset();
9191
}
9292

93-
console.info('Contact Form: these are errors;', errors);
94-
9593
return (
9694
<RevealContentContainer>
9795
<Container>

0 commit comments

Comments
 (0)