diff --git a/packages/cli/src/commands/repo/test.ts b/packages/cli/src/commands/repo/test.ts index b32f3caaa7..6b3478b5d9 100644 --- a/packages/cli/src/commands/repo/test.ts +++ b/packages/cli/src/commands/repo/test.ts @@ -422,8 +422,5 @@ export async function command(opts: OptionValues, cmd: Command): Promise { }; } - console.log('retry'); - console.log(`args: ${JSON.stringify(args)}`); - await runJest(args); }