Skip to content

Commit

Permalink
Remove unnecessary console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Finlay committed Jul 31, 2019
1 parent bfd6e62 commit f472e01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/commands/instrument.js
Expand Up @@ -124,8 +124,6 @@ exports.handler = function (argv) {
}
}

console.log(`Running nyc from ${process.cwd()}`)

// If instrument is set to false enable a noop instrumenter.
argv.instrumenter = (argv.instrument)
? './lib/instrumenters/istanbul'
Expand Down

0 comments on commit f472e01

Please sign in to comment.