Delete console.log

This commit is contained in:
Matias Pando 2014-12-17 11:54:47 -03:00
parent d10a644d3f
commit f9e8ce2be3
1 changed files with 0 additions and 1 deletions

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