Skip to content

Commit

Permalink
fix: debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Mar 29, 2024
1 parent 2a59546 commit 997dd36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ape_ethereum/multicall/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def add(self, call: ContractMethodHandler, *args, **kwargs):
@property
def returnData(self) -> List[HexBytes]:
# NOTE: this property is kept camelCase to align with the raw EVM struct
print(self._result)
result = self._result # Declare for typing reasons.
return [res.returnData if res.success else None for res in result] # type: ignore

Expand Down

0 comments on commit 997dd36

Please sign in to comment.