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

reduce excess print statements #26

Open
droundy opened this issue Nov 14, 2019 · 0 comments
Open

reduce excess print statements #26

droundy opened this issue Nov 14, 2019 · 0 comments

Comments

@droundy
Copy link
Owner

droundy commented Nov 14, 2019

I've been meaning for some time now to reduce the amount of visual noise when running fac --continual. The simplest way to do this is to convert println! macros to vprintln!... or even vvprintln! if it seems particularly unimportant. The vprintln! family are defined in src/build/mod.rs as I recall, and just restrict the printing to the case where fac was called with the --verbose flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant