diff --git a/ui/src/app/components/install-wizard/dependencies/dependencies.component.ts b/ui/src/app/components/install-wizard/dependencies/dependencies.component.ts index 5f15dda11..6341f155f 100644 --- a/ui/src/app/components/install-wizard/dependencies/dependencies.component.ts +++ b/ui/src/app/components/install-wizard/dependencies/dependencies.component.ts @@ -38,12 +38,9 @@ export class DependenciesComponent implements OnInit, Loadable, Colorable { label: string $color$ = new BehaviorSubject('medium') - constructor (private readonly popoverController: PopoverController) { - console.log('dependencies') - } + constructor (private readonly popoverController: PopoverController) { } load () { - console.log('loading dependencies') this.$color$.next(this.$color$.getValue()) } diff --git a/ui/src/app/components/install-wizard/install-wizard.component.ts b/ui/src/app/components/install-wizard/install-wizard.component.ts index b6d879565..ffa46834c 100644 --- a/ui/src/app/components/install-wizard/install-wizard.component.ts +++ b/ui/src/app/components/install-wizard/install-wizard.component.ts @@ -89,7 +89,6 @@ export class InstallWizardComponent extends Cleanup implements OnInit { ]) await this.slideContainer.lockSwipes(true) this.slideContainer.update() - // this.currentSlide.load() } }