-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errant console.log
call
#2714
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Comments
Yes, that should definitely be removed. I'm working on the next minor bump now and will add it for inclusion in that. Thanks! :) |
ricmoo
added a commit
that referenced
this issue
Mar 2, 2022
Fixed in v5.6. Thanks! :) |
This was referenced Apr 12, 2022
Woodpile37
pushed a commit
to Woodpile37/ethers.js
that referenced
this issue
Jan 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Describe the bug
A
console.log
was left in a common code path for contract interaction:https://github.com/ethers-io/ethers.js/blob/v5.5.4/packages/abi/src.ts/interface.ts#L418
Would it be more appropriate to use an internal logger? I'm not sure why anything needs to be logged given that the error is already being propagated.
Reproduction steps
Here's an example of what is logged to my shell when I'm attempting to discover which interfaces a particular contract implements via ERC165 (i.e.
contract.supportsInterface(...)
):Environment:
RPC calls are running exclusively against Geth.
Search Terms
The text was updated successfully, but these errors were encountered: