From 6c5fb6872b7d6036f3f45b0a9354e47601ce586a Mon Sep 17 00:00:00 2001 From: Martin Macharia Date: Mon, 4 Dec 2023 17:19:22 +0100 Subject: [PATCH] Cleanup the comments --- commander/test/bootstrapping/commands/keys/create.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/commander/test/bootstrapping/commands/keys/create.spec.ts b/commander/test/bootstrapping/commands/keys/create.spec.ts index fc31c7db1d..9cff75e1be 100644 --- a/commander/test/bootstrapping/commands/keys/create.spec.ts +++ b/commander/test/bootstrapping/commands/keys/create.spec.ts @@ -20,7 +20,6 @@ import * as readerUtils from '../../../../src/utils/reader'; import { CreateCommand } from '../../../../src/bootstrapping/commands/keys/create'; import { getConfig } from '../../../helpers/config'; import { Awaited } from '../../../types'; -// import { OWNER_READ_WRITE } from '../../../../src/constants'; import * as outputUtils from '../../../../src/utils/output'; jest.mock('@liskhq/lisk-cryptography', () => ({