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