Skip to content

Commit 9844139

Browse files
committed
Remove debug line.
1 parent 0d8ad82 commit 9844139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ function _prepareFixtures() {
4242
var fixtureData = fs.readFileSync(fixtureFile, 'utf-8')
4343
var fixtureDataWithCR = fixtureData.replace(/\n/gmi, "\r\n")
4444

45-
console.log(tmpEnvFile)
46-
// console.log(tmpEnvFile, fixtureDataWithCR)
45+
// debug: console.log(tmpEnvFile)
4746

4847
fs.writeFileSync(tmpEnvFile, fixtureDataWithCR, 'utf-8')
4948
})

0 commit comments

Comments
 (0)