Skip to content

Commit

Permalink
remove warns
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiertych committed Apr 9, 2024
1 parent 5a289b4 commit d320d4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/shared/users/privileges/userprivileges.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ export class UserPrivilegesComponent extends BaseComponent implements OnInit {
}

public getDomainName(domainId: number): Observable<string> {
console.warn('retrieving domain name')
if (this.domainCache.hasData(domainId)) {
console.warn('hasData')
return of(this.domainCache.getData(domainId).name);
}
}
Expand Down

0 comments on commit d320d4f

Please sign in to comment.