Skip to content

Commit

Permalink
chore: remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Jun 11, 2020
1 parent 691bda2 commit f6085ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/button-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class ButtonManager {
async mount(element: Element): Promise<void> {
if (!this.isGooglePayLoaded()) {
await loadScript('https://pay.google.com/gp/p/js/pay.js');
console.log('loaded');
}

this.element = element;
Expand Down

0 comments on commit f6085ee

Please sign in to comment.