remove debug message

This commit is contained in:
Simon Gardling 2022-02-16 13:34:31 -05:00
parent b111ee3890
commit 8f801ed5d5

View File

@ -152,7 +152,6 @@ impl ChartManager {
(*x, *new_y)
})
.collect();
log(&format!("{:?}", capped_data));
chart.draw_series(AreaSeries::new(capped_data, 0.0, &BLUE))?;
}