remove debug message
This commit is contained in:
parent
b111ee3890
commit
8f801ed5d5
@ -152,7 +152,6 @@ impl ChartManager {
|
||||
(*x, *new_y)
|
||||
})
|
||||
.collect();
|
||||
log(&format!("{:?}", capped_data));
|
||||
chart.draw_series(AreaSeries::new(capped_data, 0.0, &BLUE))?;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user