Skip to content

Commit

Permalink
remove debug log from cli (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed May 26, 2021
1 parent 3501f29 commit 719d867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {run as oclifRun} from "@oclif/command"
require("dotenv-expand")(require("dotenv-flow").config({silent: true}))

function buildConfigIfNeeded() {
console.log(process.argv)
if (["help", "-h", "autocomplete", "new", "s", "start"].includes(process.argv[2])) {
return Promise.resolve()
}
Expand Down

0 comments on commit 719d867

Please sign in to comment.