mirror of
https://github.com/danbulant/cushy
synced 2026-06-19 14:31:04 +00:00
Removing extra dbg statement
This commit is contained in:
parent
b33e06ac4e
commit
530f50e53c
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ where
|
|||
)
|
||||
.saturating_abs();
|
||||
let cursor = Cursor {
|
||||
offset: if dbg!(relative.x) <= rect.size.width / 3 {
|
||||
offset: if relative.x <= rect.size.width / 3 {
|
||||
glyph.info.start
|
||||
} else {
|
||||
glyph.info.end
|
||||
|
|
|
|||
Loading…
Reference in a new issue