Use log to reduce prints
This commit is contained in:
parent
419f2dc612
commit
a1d4553a17
3 changed files with 5 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ fn main() {
|
|||
};
|
||||
|
||||
if matched {
|
||||
println!(
|
||||
log::debug!(
|
||||
"{:?}: family '{}' postscript name '{}' style {:?} weight {:?} stretch {:?} monospaced {:?}",
|
||||
info.id,
|
||||
info.family,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue