From afee19e1f7866ee7999e56b042c6fe9981624fba Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Fri, 31 Jul 2015 10:54:44 -0400 Subject: [PATCH] remove console.log --- test/modules/address.unit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/modules/address.unit.js b/test/modules/address.unit.js index a4b2d0ab..71c32478 100644 --- a/test/modules/address.unit.js +++ b/test/modules/address.unit.js @@ -626,7 +626,6 @@ describe('AddressModule', function() { it('should give transaction history for an address', function(done) { am.getAddressHistory('address', true, function(err, history) { should.not.exist(err); - console.log(history); history[0].transaction.hash.should.equal('tx1'); history[0].satoshis.should.equal(5000); history[0].height.should.equal(1);