Skip to content

Commit

Permalink
AD-287 - Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaneta committed Aug 13, 2024
1 parent a0caf19 commit 87d8764
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class CheckoutAdyenEventListener implements OnDestroy{
this.eventService.get(LanguageSetEvent),
this.eventService.get(CurrencySetEvent)
).subscribe(() => {
console.log('CheckoutAdyenConfigurationReloadEvent');
this.eventService.dispatch(
new CheckoutAdyenConfigurationReloadEvent()
);
Expand Down

0 comments on commit 87d8764

Please sign in to comment.