"node_modules/ajv/lib" did not exist on "24e3ee4bf00a851275470b46caef745cc4d3efff"
Commit e15856bf authored by Sven Schneider's avatar Sven Schneider
Browse files

removed console.log of the polyline csv data which was used for debugging purposes

parent 91e14d55
Pipeline #1068 passed with stages
in 24 seconds
...@@ -111,7 +111,7 @@ var cols = []; ...@@ -111,7 +111,7 @@ var cols = [];
var streamID = []; var streamID = [];
d3.dsv(",", "results/polylines.csv").then(function(text) { d3.dsv(",", "results/polylines.csv").then(function(text) {
console.log(text); // Hello, world! // console.log(text); // Hello, world!
// var temp = text.split(','); // var temp = text.split(',');
var temp = text; var temp = text;
...@@ -370,4 +370,4 @@ function setHeightTable() { ...@@ -370,4 +370,4 @@ function setHeightTable() {
}); });
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment