Skip to content

Commit

Permalink
chore(cli): remove accidental console log
Browse files Browse the repository at this point in the history
i have to sleep i guess :}
  • Loading branch information
pi0 committed Aug 12, 2023
1 parent 0c55c9c commit bd2b5d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli.ts
Expand Up @@ -119,8 +119,6 @@ export const main = defineCommand({
https: args.https ? _parseHTTPSArgs(args) : false,
};

console.log(opts);

const entry =
isAbsolute(args.entry) || args.entry.startsWith(".")
? args.entry
Expand Down

0 comments on commit bd2b5d6

Please sign in to comment.