Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jul 3, 2018
1 parent a6692fd commit 37d4f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web3-eth-contract/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,6 @@ Contract.prototype._decodeMethodReturn = function (outputs, returnValues) {
returnValues = returnValues.length >= 2 ? returnValues.slice(2) : returnValues;
var result = abi.decodeParameters(outputs, returnValues);

console.log('CONTRACT_OBJECT_RESULT: ', result);

if (result.__length__ === 1) {
return result[0];
} else {
Expand Down

0 comments on commit 37d4f13

Please sign in to comment.