From a83309eededc9c5ca4dc2bebf562404b35358219 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 22 Apr 2014 23:11:07 -0300 Subject: [PATCH] rm log --- lib/Script.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/Script.js b/lib/Script.js index 7c62f66..1a4f858 100644 --- a/lib/Script.js +++ b/lib/Script.js @@ -119,18 +119,6 @@ Script.prototype.isMultiSig = function() { this.chunks[this.chunks.length - 1] == OP_CHECKMULTISIG); }; - - - -// FOR TESTING -var _dumpChunks = function (scriptSig, label) { - console.log('## DUMP: ' + label + ' ##'); - for(var i=0; i