Skip to content

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Sep 21, 2023
1 parent e896312 commit d771c36
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ export function createGenerateCommandHandler(
GenerateCommandArguments
> {
return async function generateCommandHandler(_args) {
console.log(
'missing positional argument did you mean to run "d2c" command?'
)
return {
success: false,
error: {
Expand Down

0 comments on commit d771c36

Please sign in to comment.