Skip to content

Commit be72243

Browse files
clean code
1 parent 4091681 commit be72243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/src/logger/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export const logSummary = (opts?: { header?: string; headerStyle?: 'success' | '
243243
return;
244244
}
245245
}
246-
console.log('!!!!!!!!!!!', ctx.paths.project.configExists, ctx.paths.IS_NPX_MODE, ctx.paths.IS_LINKED);
247246

248247
if (ctx.paths.project.configExists && !ctx.paths.IS_NPX_MODE && !ctx.paths.IS_LINKED) {
249248
logAndSave(chalk().yellow('You are trying to run global rnv command in your current project.'), true);

0 commit comments

Comments
 (0)