Skip to content

Commit

Permalink
Merge pull request w3bdesign#430 from w3bdesign/Delete-console.log
Browse files Browse the repository at this point in the history
Delete console.log
  • Loading branch information
w3bdesign authored Apr 7, 2021
2 parents 1504ab7 + d61f943 commit a1b24de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Checkout/CheckoutForm.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ const CheckoutForm = () => {
}, [orderData]);

const onSubmit = (submitData) => {
console.log('Submit ...');
console.log(submitData);

const checkOutData = createCheckoutData(submitData);
setOrderData(checkOutData);
setRequestError(null);
Expand Down

0 comments on commit a1b24de

Please sign in to comment.