Remove print of wrapping information
This commit is contained in:
parent
a3f36c9b76
commit
dedc2b82ca
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue