Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
  • Loading branch information
xiyuoh committed Aug 16, 2024
1 parent b0aaa8c commit be22ce1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmf_site_editor/src/widgets/console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ fn console_widget(In(input): In<PanelWidgetInput>, mut log_history: ResMut<LogHi
});
}
// Slider to adjust display limit
// TODO(@mxgrey): Consider allowing this range to
// automatically grow/shrink when the selected value
// approaches or leaves the upper limit.
let history_size = log_history.log_history().len() as f64;
let nearest_hundred: usize = 100*(history_size/100.0).ceil() as usize;
ui.add(egui::Slider::new(
Expand Down

0 comments on commit be22ce1

Please sign in to comment.