Skip to content

Commit

Permalink
remove console.log() from approximate-size-test
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Feb 9, 2018
1 parent fba4913 commit 028f4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/approximate-size-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test('setUp common for approximate size', testCommon.setUp)

test('setUp db', function (t) {
db = leveldown(testCommon.location())
console.log('db', db)
db.open(t.end.bind(t))
})

Expand Down

0 comments on commit 028f4f5

Please sign in to comment.