diff --git a/test/test.Transaction.js b/test/test.Transaction.js index 4d9dd158c..efa47e258 100644 --- a/test/test.Transaction.js +++ b/test/test.Transaction.js @@ -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');