mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
remove console log
This commit is contained in:
parent
e13f317aad
commit
464bca8c4d
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user