mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove console logs
This commit is contained in:
parent
5eb39de540
commit
2e6f403ed1
3 changed files with 3 additions and 18 deletions
|
@ -15,11 +15,9 @@ class Fastlane {
|
|||
window.paypal.Fastlane(config)
|
||||
.then((result) => {
|
||||
this.init(result);
|
||||
console.log('[AXO] Connected', result);
|
||||
resolve();
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('[AXO] Failed to connect', error);
|
||||
reject();
|
||||
});
|
||||
});
|
||||
|
@ -32,8 +30,6 @@ class Fastlane {
|
|||
this.FastlaneCardComponent = this.connection.FastlaneCardComponent;
|
||||
this.FastlanePaymentComponent = this.connection.FastlanePaymentComponent;
|
||||
this.FastlaneWatermarkComponent = this.connection.FastlaneWatermarkComponent
|
||||
|
||||
console.log('[AXO] Fastlane initialized', this);
|
||||
}
|
||||
|
||||
setLocale(locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue