diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-04 22:48:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-04 22:48:02 +0100 |
commit | 200f8064e1b1b96acc7d4a6f0f8321b2da5c2830 (patch) | |
tree | a0d5d76b1d6604be8eaab31d6e9eef0a01660e68 /evc/src/debug.rs | |
parent | 23d6c2d3b56145999c14596733853bc6de49eff3 (diff) | |
download | video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.bz2 video-codec-experiments-200f8064e1b1b96acc7d4a6f0f8321b2da5c2830.tar.zst |
rename thing
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); |