From f9e8ce2be36e7c277a810cd8a388da13f6f81917 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Wed, 17 Dec 2014 11:54:47 -0300 Subject: [PATCH] Delete console.log --- test/Wallet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Wallet.js b/test/Wallet.js index c483e0262..6f8715043 100644 --- a/test/Wallet.js +++ b/test/Wallet.js @@ -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); });