From 200f8064e1b1b96acc7d4a6f0f8321b2da5c2830 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 4 Jan 2023 22:48:02 +0100 Subject: rename thing --- evc/src/debug.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'evc/src/debug.rs') 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); -- cgit v1.2.3-70-g09d2