Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Nov 15, 2018
1 parent e13f317 commit 464bca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/angular/components/icon.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class IconComponent implements OnChanges {
}

async ngOnChanges() {
console.log('load it changes');
this.imageEnabled = !(await this.stateService.get<boolean>(ConstantsService.disableFaviconKey));
this.load();
}
Expand Down

0 comments on commit 464bca8

Please sign in to comment.