refactor: Remove debug.
This commit is contained in:
parent
7d9ad1ee78
commit
ba5c2734cf
|
@ -439,7 +439,6 @@ impl Painter {
|
|||
} else {
|
||||
// Draws using the passed in (or default) layout. NOT basic so far.
|
||||
if self.derived_widget_draw_locs.is_empty() || app_state.is_resized {
|
||||
debug!("Calculating draw locs");
|
||||
let row_draw_locs = Layout::default()
|
||||
.margin(0)
|
||||
.constraints(self.row_constraints.as_ref())
|
||||
|
|
Loading…
Reference in New Issue