mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Remove dbg!
This commit is contained in:
@@ -1070,9 +1070,6 @@ mod tests {
|
|||||||
|
|
||||||
let split = GalleyCache::default().layout(&mut fonts, job.clone(), true);
|
let split = GalleyCache::default().layout(&mut fonts, job.clone(), true);
|
||||||
|
|
||||||
dbg!(whole.rect, whole.mesh_bounds);
|
|
||||||
dbg!(split.rect, split.mesh_bounds);
|
|
||||||
|
|
||||||
for (i, row) in whole.rows.iter().enumerate() {
|
for (i, row) in whole.rows.iter().enumerate() {
|
||||||
println!(
|
println!(
|
||||||
"Whole row {i}: section_index_at_start={}, first glyph section_index: {:?}",
|
"Whole row {i}: section_index_at_start={}, first glyph section_index: {:?}",
|
||||||
|
|||||||
Reference in New Issue
Block a user