Skip to content

Commit 9ca86e9

Browse files
committed
remove logs
1 parent 44fa266 commit 9ca86e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/js/monei-block-checkout-apple-google.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@
125125
);
126126
};
127127
const appleGoogleLabel = () => {
128-
console.log(moneiData)
129-
130128
const isApple = window.ApplePaySession?.canMakePayments();
131-
console.log('isApple', isApple)
132129
const appleEnabled = moneiData.logo_apple !== false;
133130
const googleEnabled = moneiData.logo_google !== false;
134131
let logo = googleEnabled? moneiData.logo_google : false;

0 commit comments

Comments
 (0)