ui: remove logs

This commit is contained in:
Aaron Greenspan
2021-01-13 17:23:06 -07:00
committed by Aiden McClelland
parent 238ede33b9
commit 81d11842f0
2 changed files with 1 additions and 5 deletions

View File

@@ -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())
}

View File

@@ -89,7 +89,6 @@ export class InstallWizardComponent extends Cleanup implements OnInit {
])
await this.slideContainer.lockSwipes(true)
this.slideContainer.update()
// this.currentSlide.load()
}
}