Skip to content

Commit e34eba4

Browse files
chore: remove console.log
1 parent a16a579 commit e34eba4

File tree

1 file changed

+0
-1
lines changed
  • assets/javascripts/front/checkout/model/payment

1 file changed

+0
-1
lines changed

assets/javascripts/front/checkout/model/payment/card.js

-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ let pagarmeCard = {
477477
return pagarmeCard.canExecute(event);
478478
});
479479
jQuery('form#order_review').on('submit', function (event) {
480-
console.log('first event', event);
481480
return pagarmeCard.canExecute(event);
482481
});
483482
});

0 commit comments

Comments
 (0)