remove console.log

This commit is contained in:
Patrick Nagurny 2015-07-31 10:54:44 -04:00
parent 2a55c900ce
commit afee19e1f7
1 changed files with 0 additions and 1 deletions

View File

@ -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);