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