Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-HMCTS committed Sep 27, 2024
1 parent efc8f88 commit 8bbe150
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class EventLogTableComponent implements OnInit {
public ngOnInit(): void {
this.isPartOfCaseTimeline = this.onCaseHistory.observers.length > 0;
this.isUserExternal = JSON.parse(this.sessionStorage.getItem('userDetails')).roles.includes('pui-case-manager');
console.log(this.isUserExternal);
}

public select(event: CaseViewEvent): void {
Expand Down

0 comments on commit 8bbe150

Please sign in to comment.