mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
refactor: Remove debug.
This commit is contained in:
parent
7d9ad1ee78
commit
ba5c2734cf
@ -439,7 +439,6 @@ impl Painter {
|
|||||||
} else {
|
} else {
|
||||||
// Draws using the passed in (or default) layout. NOT basic so far.
|
// Draws using the passed in (or default) layout. NOT basic so far.
|
||||||
if self.derived_widget_draw_locs.is_empty() || app_state.is_resized {
|
if self.derived_widget_draw_locs.is_empty() || app_state.is_resized {
|
||||||
debug!("Calculating draw locs");
|
|
||||||
let row_draw_locs = Layout::default()
|
let row_draw_locs = Layout::default()
|
||||||
.margin(0)
|
.margin(0)
|
||||||
.constraints(self.row_constraints.as_ref())
|
.constraints(self.row_constraints.as_ref())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user