Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 27, 2016
1 parent 9dcc107 commit aedbfc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ optimist
})

let argv = optimist.parse(process.argv.slice(2))
console.log(argv);

if (argv.help) {
optimist.showHelp()
Expand Down Expand Up @@ -349,7 +348,6 @@ if (argv.mochaOpts) {

let args = {}
for (let key of ALLOWED_ARGV) {
console.log(argv[key]);
if (argv[key] !== undefined) {
args[key] = argv[key]
}
Expand Down

0 comments on commit aedbfc1

Please sign in to comment.