Remove console.log

This commit is contained in:
Typicode
2015-10-14 08:31:59 +02:00
parent f0e6c9ad0c
commit c259261153

View File

@ -132,7 +132,6 @@ describe('cli', function () {
})
it('should save a snapshot in ../../tmp', function () {
console.log(fs.readdirSync(snapshotsDir), fs.readdirSync(snapshotsDir).length)
assert.equal(fs.readdirSync(snapshotsDir).length, 1)
})