diff --git a/src/layout/painter.rs b/src/layout/painter.rs index f2e9494..f1e4e29 100644 --- a/src/layout/painter.rs +++ b/src/layout/painter.rs @@ -84,14 +84,6 @@ impl<'a> PainterCtx<'a> { return; }; - if self.widgets.label(&id) == "debug* area" { - if let Some((id, _)) = &active.resize { - println!("RESIZE: {:?}", self.widgets.label(id)); - } else { - println!("RESIZE: NONE"); - } - } - if let Some((rid, size)) = active.resize { let checked = &mut HashMap::default(); let mut ctx = SizeCtx { @@ -113,18 +105,10 @@ impl<'a> PainterCtx<'a> { } } - if self.widgets.label(&id) == "debug* area" { - println!("redraw proceeding"); - } - let Some(active) = self.remove(id) else { return; }; - if self.widgets.label(&id) == "debug* area" { - println!("redraw actually"); - } - self.draw_inner( active.layer, id,