diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 13:17:01 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 13:17:01 +0100 |
| commit | c9f946903f4eb174b3b07c00ab670fce95de15ec (patch) | |
| tree | d0a28f0c78f187b0ad66f9cd1139f1a3d9e744dd /app | |
| parent | Email the annotation record as a backup (diff) | |
| download | AnnotateChange-c9f946903f4eb174b3b07c00ab670fce95de15ec.tar.gz AnnotateChange-c9f946903f4eb174b3b07c00ab670fce95de15ec.zip | |
Remove time axis warning in console
Diffstat (limited to 'app')
| -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} |
