You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 convertprintln!
macros tovprintln!
... or evenvvprintln!
if it seems particularly unimportant. Thevprintln!
family are defined insrc/build/mod.rs
as I recall, and just restrict the printing to the case where fac was called with the--verbose
flag.The text was updated successfully, but these errors were encountered: