From 48e1d3bfca17449f202799df64ffb6ce75ff17fb Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 30 Nov 2021 13:24:52 +0100 Subject: [PATCH] chore: remove wip comments Signed-off-by: Johan Haals --- .../core-plugin-api/src/apis/definitions/IdentityApi.ts | 8 -------- 1 file changed, 8 deletions(-) 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. *