Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 31, 2020
1 parent 5a25d74 commit 1869ba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ describe('ts-node', function () {
it('shows version of compiler via -vv', function (done) {
exec(`${cmdNoProject} -vv`, function (err, stdout) {
expect(err).to.equal(null)
console.dir(testsDirRequire.resolve('typescript/package'))
console.dir(testsDirRequire('typescript/package'))
expect(stdout.trim()).to.equal(
`ts-node v${ testsDirRequire('ts-node/package').version }\n` +
`node ${ process.version }\n` +
Expand Down

0 comments on commit 1869ba1

Please sign in to comment.