-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update CI to prevent merging any prints to stdout #1362
Comments
I think we should add to ci that:
Should always show up clean |
This might actually be fixed in #1194 |
Ya I did remove this |
notmandatory
changed the title
bdk tx_graph module prints to stdout when run in dev profile
Update CI to prevent merging any prints to stdout
Mar 21, 2024
5 tasks
I tried a different approach on #1425, using both |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
this piece of code in tx_graph.rs prints out stuff when run in dev profile. That's pretty annoying tbh, I don't think it's uncommon for people to use CLIs in the dev profile and this messes up with stdout for these CLIs.
I reckon this has something to do with debugging, but I think there must be better ways to get these kinds of printouts without bothering users?
The text was updated successfully, but these errors were encountered: