1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 10:43:23 +00:00

remove console log

This commit is contained in:
Kyle Spearrin
2018-11-15 16:56:10 -05:00
parent e13f317aad
commit 464bca8c4d

View File

@@ -49,7 +49,6 @@ export class IconComponent implements OnChanges {
} }
async ngOnChanges() { async ngOnChanges() {
console.log('load it changes');
this.imageEnabled = !(await this.stateService.get<boolean>(ConstantsService.disableFaviconKey)); this.imageEnabled = !(await this.stateService.get<boolean>(ConstantsService.disableFaviconKey));
this.load(); this.load();
} }