From d3d4439b03235926241d5b46eaf801d87a194600 Mon Sep 17 00:00:00 2001 From: Simon Taddiken Date: Tue, 5 Feb 2019 15:02:36 +0100 Subject: [PATCH] Remove console.log statement --- public/v1/js/ff/charts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/v1/js/ff/charts.js b/public/v1/js/ff/charts.js index ba98bb07f4..7013842bbe 100644 --- a/public/v1/js/ff/charts.js +++ b/public/v1/js/ff/charts.js @@ -346,7 +346,6 @@ function drawAChart(URI, container, chartType, options, colorData) { if (typeof drawVerticalLine !== 'undefined') { if (drawVerticalLine !== '') { // draw line using annotation plugin. - console.log('Will draw line'); chartOpts.options.annotation = { annotations: [{ type: 'line',