mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
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…
x
Reference in New Issue
Block a user