From 6b1dbc9e4ebf546b28bae52add2056f885fb684e Mon Sep 17 00:00:00 2001 From: Andrew Finlay Date: Thu, 1 Aug 2019 07:33:40 +1000 Subject: [PATCH] Remove unnecessary console.log statement --- lib/commands/instrument.js | 2 -- tap-snapshots/test-nyc-integration.js-TAP.test.js | 1 - 2 files changed, 3 deletions(-) diff --git a/lib/commands/instrument.js b/lib/commands/instrument.js index c87a0829e..541878b2c 100644 --- a/lib/commands/instrument.js +++ b/lib/commands/instrument.js @@ -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' diff --git a/tap-snapshots/test-nyc-integration.js-TAP.test.js b/tap-snapshots/test-nyc-integration.js-TAP.test.js index 1dc835a78..5c7adcee6 100644 --- a/tap-snapshots/test-nyc-integration.js-TAP.test.js +++ b/tap-snapshots/test-nyc-integration.js-TAP.test.js @@ -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 . `