Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Jul 11, 2024
1 parent 59c8b11 commit 76eb815
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const maybeAddNinja: CliStep<
},
unknown
> = async (ctx) => {
ctx.logger.box(await Ninja.shouldRecommend({ fs: ctx.repo.nodeishFs }))
if (await Ninja.shouldRecommend({ fs: ctx.repo.nodeishFs })) {
const response = await prompt(
"Do you want to add the 🥷 Ninja Github Action for linting translations in CI?" +
Expand Down

0 comments on commit 76eb815

Please sign in to comment.