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 = [];
var streamID = [];
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;
......@@ -370,4 +370,4 @@ function setHeightTable() {
});
\ No newline at end of file
});
Markdown is supported
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