Browse Source

Remove console.log() statements

patch-2
MattFaus 11 years ago
parent
commit
7097ace9dc
  1. 3
      test/test.Transaction.js

3
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');

Loading…
Cancel
Save