From 4244a37440e5671a1c352603d2cc7908120ff89e Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 3 Aug 2023 12:38:00 +0200 Subject: [PATCH] fix: correct timestamp logic in node-view --- web/frontend/src/plots/MetricPlot.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/frontend/src/plots/MetricPlot.svelte b/web/frontend/src/plots/MetricPlot.svelte index 2aea35b..1565cde 100644 --- a/web/frontend/src/plots/MetricPlot.svelte +++ b/web/frontend/src/plots/MetricPlot.svelte @@ -137,10 +137,6 @@ } } - - // console.log("Input Series: ", metric, series) - // console.log("Data: ", plotData) - const opts = { width, height,