Skip to content

Commit

Permalink
chore: remove accidental console log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 23, 2023
1 parent 880c20e commit 2ece2a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default defineCommand({
},
async run({ args }) {
const rootDir = resolve((args.dir || args._dir || ".") as string);
console.log(args.minify);
const nitro = await createNitro({
rootDir,
dev: false,
Expand Down

0 comments on commit 2ece2a3

Please sign in to comment.