Remove several console.log

This commit is contained in:
Matias Pando 2015-01-29 16:44:32 -03:00
commit 68697dc3a7
6 changed files with 2 additions and 13 deletions

View file

@ -213,8 +213,6 @@ describe('TxProposals', function() {
describe('#getUsedUnspent', function() {
it('should return an empty object', function() {
var txps = new TxProposals();
console.log(txps);
txps.txps = {
a: {
isPending: sinon.stub().returns(false)