Skip to content

Commit

Permalink
Remove console.log() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFaus committed Mar 21, 2014
1 parent 5c65149 commit 7097ace
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test.Transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 7097ace

Please sign in to comment.