Skip to content

Commit

Permalink
Remove console.log proof line
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke authored and nivida committed Nov 7, 2019
1 parent da18bb9 commit 22df832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web3-core-helpers/src/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ var outputTransactionReceiptFormatter = function (receipt){
if(typeof receipt.status !== 'undefined' && receipt.status !== null) {
receipt.status = Boolean(parseInt(receipt.status));
}
console.log('using new web3 at to format transaction receipt')

return receipt;
};
Expand Down

0 comments on commit 22df832

Please sign in to comment.