Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
infacc committed Jul 10, 2023
1 parent 9814be2 commit d3de68c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class NavbarComponent implements OnInit, OnDestroy {
}

private onTemplateChanges(template: TemplateApiObject | null) {
console.log(template)
if (template == null) {
this.experimentExtraTabsGroupLink = null;
this.generalExtraTabsGroupLink = null;
Expand Down

0 comments on commit d3de68c

Please sign in to comment.