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 6b1dbc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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
1 change: 0 additions & 1 deletion tap-snapshots/test-nyc-integration.js-TAP.test.js
Expand Up @@ -759,7 +759,6 @@ Failed to instrument ./not-strict.js
`

exports[`test/nyc-integration.js TAP nyc instrument fails on file with \`package\` keyword when es-modules is enabled > stdout 1`] = `
Running nyc from .
`

Expand Down

0 comments on commit 6b1dbc9

Please sign in to comment.