Remove console.log from test

pull/5/head
eliot-akira 3 years ago
parent 5b37cff1e9
commit 143a08edde
  1. 1
      test/persistence.test.js

@ -102,7 +102,6 @@ describe('Persistence', function () {
stream.push(null)
d.persistence.treatRawStream(stream, function (err, result) {
console.log(err)
const treatedData = result.data
treatedData.sort(function (a, b) { return a._id - b._id })
treatedData.length.should.equal(2)

Loading…
Cancel
Save