Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Jan 10, 2025
1 parent 4091681 commit be72243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export const logSummary = (opts?: { header?: string; headerStyle?: 'success' | '
return;
}
}
console.log('!!!!!!!!!!!', ctx.paths.project.configExists, ctx.paths.IS_NPX_MODE, ctx.paths.IS_LINKED);

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

0 comments on commit be72243

Please sign in to comment.