diff --git a/projects/ion/src/lib/tour/tour.service.ts b/projects/ion/src/lib/tour/tour.service.ts index 4a652f710..4eb07da6f 100644 --- a/projects/ion/src/lib/tour/tour.service.ts +++ b/projects/ion/src/lib/tour/tour.service.ts @@ -149,7 +149,6 @@ export class IonTourService { private navigateToStep(step: IonTourStepProps): void { this.currentStep.next(step); - console.log('step', step); } private createBackdrop(): void {