remove console.log

This commit is contained in:
Manuel Araoz 2015-04-29 18:57:17 -03:00
parent d556a0c33d
commit fe17f20a97

View File

@ -158,7 +158,6 @@ Script.fromString = function(str) {
});
i = i + 2;
} else {
console.log(token, opcodenum, i);
throw new Error('Invalid script: ' + JSON.stringify(str));
}
} else if (opcodenum === Opcode.OP_PUSHDATA1 ||