do not dump walletdb.

This commit is contained in:
Christopher Jeffrey 2016-04-16 20:59:57 -07:00
parent 3f56375ad7
commit a06eec2986
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -558,7 +558,7 @@ describe('Wallet', function() {
it('should have gratuitous dump', function(cb) {
bcoin.walletdb().dump(function(err, records) {
assert.noError(err);
console.log(records);
// console.log(records);
setTimeout(cb, 200);
});
});