Removing extra dbg statement

This commit is contained in:
Jonathan Johnson 2024-07-26 09:53:26 -07:00
parent b33e06ac4e
commit 530f50e53c
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -894,7 +894,7 @@ where
) )
.saturating_abs(); .saturating_abs();
let cursor = Cursor { let cursor = Cursor {
offset: if dbg!(relative.x) <= rect.size.width / 3 { offset: if relative.x <= rect.size.width / 3 {
glyph.info.start glyph.info.start
} else { } else {
glyph.info.end glyph.info.end