Skip to content

Commit

Permalink
console.log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jul 3, 2018
1 parent 8999bc8 commit ab3e95c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web3-eth-abi/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ ABICoder.prototype.decodeParameters = function (outputs, bytes) {
returnValue.__length__++;
});

console.log('FUNCTION_RESULT_MAPPED_TO_RESULT_OBJECT: ', returnValue);

return returnValue;
};

Expand Down

0 comments on commit ab3e95c

Please sign in to comment.