Remove console.log() statements

This commit is contained in:
MattFaus 2014-03-19 22:42:16 -07:00
parent 5c65149b2e
commit 7097ace9dc
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ function parse_test_transaction(entry) {
'index': index,
'scriptPubKey': scriptPubKey
});
console.log(scriptPubKey.toHumanReadable());
console.log('********************************');
});
var raw = new Buffer(entry[1], 'hex');