Skip to content

Commit e0c7121

Browse files
committed
Mise à jour du module KeyringsModule
1 parent 81ca2f4 commit e0c7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/keyrings.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class KeyringsCreateCommand extends CommandRunner {
3333
const keyring = await this.inquirer.ask<KeyringsCreateDto>('keyrings-create-questions', undefined);
3434
try {
3535
const key = (await this.keyringsService.create(keyring)) as Keyrings;
36-
console.log('Keyring created successfully', key.toJSON());
36+
// console.log('Keyring created successfully', key.toJSON());
3737
const options = {
3838
scopes: ['api'],
3939
};

0 commit comments

Comments
 (0)