Skip to content

Commit a1b24de

Browse files
authored
Merge pull request #430 from w3bdesign/Delete-console.log
Delete console.log
2 parents 1504ab7 + d61f943 commit a1b24de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/Checkout/CheckoutForm.component.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ const CheckoutForm = () => {
5959
}, [orderData]);
6060

6161
const onSubmit = (submitData) => {
62-
console.log('Submit ...');
63-
console.log(submitData);
64-
6562
const checkOutData = createCheckoutData(submitData);
6663
setOrderData(checkOutData);
6764
setRequestError(null);

0 commit comments

Comments
 (0)