Skip to content

Commit eb0613f

Browse files
committed
Fixup lint
1 parent 43b7c9e commit eb0613f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

console/src/app/services/grpc-auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ export class GrpcAuthService {
221221
} else {
222222
let orgs: Org.AsObject[];
223223
const org = this.storage.getItem<Org.AsObject>(StorageKey.organization, StorageLocation.local);
224-
console.log("ORG", org);
225224

226225
if (org) {
227226
orgs = (await this.listMyProjectOrgs(ORG_LIMIT, 0)).resultList;

0 commit comments

Comments
 (0)