Skip to content

Commit

Permalink
refactor: Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Apr 8, 2020
1 parent 7d9ad1e commit ba5c273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/canvas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit ba5c273

Please sign in to comment.