From 8e6938a9078383bfc62dc38495604017c7e52629 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 31 Dec 2017 14:49:56 +0100 Subject: [PATCH] Remove fun --- js/diagrams.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/diagrams.js b/js/diagrams.js index e2305de..96d2b41 100644 --- a/js/diagrams.js +++ b/js/diagrams.js @@ -531,7 +531,6 @@ function createLineGraph(containerId, raceData){ } function updateYAxisText(){ - console.log("lol"); var xAxisValues = d3.extent(x.domain()); if(xAxisValues[1] > 1){ // Get the min/max lap.