Delete console.log

This commit is contained in:
Matias Pando 2014-12-17 11:54:47 -03:00
commit f9e8ce2be3

View file

@ -185,7 +185,6 @@ describe('Wallet model', function() {
var w = cachedCreateW();
var p = w.getPendingTxProposalsCount();
console.log('p', p);
p.pending.should.be.equal(0);
p.pendingForUs.should.be.equal(0);
});