diff --git a/packages/core-plugin-api/src/apis/definitions/IdentityApi.ts b/packages/core-plugin-api/src/apis/definitions/IdentityApi.ts index 4b0672d745..36d43f93ff 100644 --- a/packages/core-plugin-api/src/apis/definitions/IdentityApi.ts +++ b/packages/core-plugin-api/src/apis/definitions/IdentityApi.ts @@ -16,14 +16,6 @@ import { ApiRef, createApiRef } from '../system'; import { BackstageUserIdentity, ProfileInfo } from './auth'; -/* - -- [ ] IdentityApi getProfile, make async -- [ ] BackstageIdentity (settle or remove) -- [ ] Evolution plan for utility APIs - -*/ - /** * The Identity API used to identify and get information about the signed in user. *