Skip to content

Commit

Permalink
refactor: removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius-guedes-brisa committed Dec 10, 2024
1 parent e7045fe commit 4942a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ion/src/lib/tour/tour.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export class IonTourService {

private navigateToStep(step: IonTourStepProps): void {
this.currentStep.next(step);
console.log('step', step);
}

private createBackdrop(): void {
Expand Down

0 comments on commit 4942a99

Please sign in to comment.