diff options
| -rw-r--r-- | app/static/js/makeChartMulti.js | 2 |
1 files changed, 1 insertions, 1 deletions
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<data.values[0].raw.length; i++) { var item = {"X": i} |
