diff --git a/test/wallet-test.js b/test/wallet-test.js index 080e064c..d1ad3f0e 100644 --- a/test/wallet-test.js +++ b/test/wallet-test.js @@ -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); }); });