Skip to content
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

hardware-wallets: remove console.log #1136

Closed
wants to merge 2 commits into from

Conversation

tynes
Copy link

@tynes tynes commented Nov 5, 2020

Thanks for maintaining this software! I'm currently working on a project that is using ethers to deploy a bunch of contracts and using a bash script to read from stdout and then operate on that output. In the hardware-wallets package, there is a console.log in the codepath that I am using which causes additional data to be written to stdout which is breaking my bash script. This PR removes the console.log. It also updates the README to reflect the default value in the codebase.

I built the files with npm build and also a npm test, all of the tests pass.

@ricmoo ricmoo added enhancement New feature or improvement. on-deck This Enhancement or Bug is currently being worked on. labels Nov 19, 2020
@ricmoo
Copy link
Member

ricmoo commented Nov 20, 2020

Merged in 5.0.21.

Thanks!

@ricmoo ricmoo closed this Nov 20, 2020
@ricmoo ricmoo added fixed/complete This Bug is fixed or Enhancement is complete and published. and removed on-deck This Enhancement or Bug is currently being worked on. labels Nov 20, 2020
@tynes tynes deleted the ledger-transport-log branch November 20, 2020 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement. fixed/complete This Bug is fixed or Enhancement is complete and published.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants