diff options
Diffstat (limited to 'evc/src/debug.rs')
-rw-r--r-- | evc/src/debug.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/evc/src/debug.rs b/evc/src/debug.rs index 96f5777..a7a9545 100644 --- a/evc/src/debug.rs +++ b/evc/src/debug.rs @@ -93,9 +93,6 @@ pub fn draw_debug(block: &Block, mut target: View<&mut Frame>) { transform(target.size.y_only().into()) + target.offset.into(), transform(target.size.into()) + target.offset.into(), ); - if tl.y != tr.y || tl.x != bl.x { - eprintln!("{tl:?} {tr:?} {bl:?} {br:?}"); - } target.draw_box(Pixel::CYAN); target.frame.draw_line(tl, tr, Pixel::MAGENTA); target.frame.draw_line(tr, br, Pixel::MAGENTA); |