diff --git a/apps/cli/src/commands/secret/list.secret.ts b/apps/cli/src/commands/secret/list.secret.ts index cfb78992..382951ff 100644 --- a/apps/cli/src/commands/secret/list.secret.ts +++ b/apps/cli/src/commands/secret/list.secret.ts @@ -40,7 +40,6 @@ export default class ListSecret extends BaseCommand { ) if (success) { - console.log(data) const secrets = data if (secrets.length > 0) { data.forEach((secret: any) => {