Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 11, 2024
1 parent 2dc86db commit 1f5ff00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/blocks/ApplePayButtonComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const ApplePayButtonComponent = ({cart, extensions}) => {
})
}
session.onvalidatemerchant = (applePayValidateMerchantEvent) => {
console.log(selectedShippingMethod)
jQuery.ajax({
url: ajaxUrl,
method: 'POST',
Expand Down

0 comments on commit 1f5ff00

Please sign in to comment.