From 0f1168882c8d63eff16adc7cdcc74c99700094f1 Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Wed, 29 Oct 2014 17:14:54 -0300 Subject: [PATCH] Removed unnecesary console.log --- test/PublicKeyRing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/PublicKeyRing.js b/test/PublicKeyRing.js index 515118262..2be5612bd 100644 --- a/test/PublicKeyRing.js +++ b/test/PublicKeyRing.js @@ -163,7 +163,6 @@ describe('PublicKeyRing model', function() { var as = w.getAddressesInfo(); as.length.should.equal(5); // include pre-generated shared one - console.log(as); for (var j in as) { var a = as[j]; a.address.isValid().should.equal(true);