Remove print of wrapping information

This commit is contained in:
Jeremy Soller 2022-10-12 10:31:04 -06:00
parent a3f36c9b76
commit dedc2b82ca
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -178,8 +178,6 @@ impl<'a> FontShapeLine<'a> {
}
}
word_ranges.push((0..fitting_end, false));
println!("{:?}", word_ranges);
} else {
let mut fit_x = x;
let mut fitting_start = 0;