From c9f946903f4eb174b3b07c00ab670fce95de15ec Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Sep 2019 13:17:01 +0100 Subject: Remove time axis warning in console --- app/static/js/makeChartMulti.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/static/js/makeChartMulti.js b/app/static/js/makeChartMulti.js index ff0ceff..bbe0993 100644 --- a/app/static/js/makeChartMulti.js +++ b/app/static/js/makeChartMulti.js @@ -17,7 +17,7 @@ function preprocess(data) { var nVar = data.values.length; if (data["time"] != null) { - console.warn("Time axis is not implemented yet. Ignoring."); + // console.log("Time axis is not implemented yet. Ignoring."); } for (i=0; i