From 8f801ed5d5f341e7be2c0fbddc5e892a7c504141 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 16 Feb 2022 13:34:31 -0500 Subject: [PATCH] remove debug message --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1a27ef2..e9323b2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -152,7 +152,6 @@ impl ChartManager { (*x, *new_y) }) .collect(); - log(&format!("{:?}", capped_data)); chart.draw_series(AreaSeries::new(capped_data, 0.0, &BLUE))?; }