Skip to content

Commit 1dae41e

Browse files
committed
remove beloved console.log
1 parent 792e70b commit 1dae41e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ useEffect(() => {
187187
...formValues,
188188
"g-recaptcha-response": token
189189
};
190-
console.log(data);
191190
const options = {
192191
method: "POST",
193192
headers: { "Content-Type": "application/x-www-form-urlencoded" },

src/FormikForm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default () => {
2424
...formValues,
2525
"g-recaptcha-response": token
2626
};
27-
console.log(data);
2827
const options = {
2928
method: "POST",
3029
headers: { "Content-Type": "application/x-www-form-urlencoded" },

0 commit comments

Comments
 (0)