Merge pull request #2058 from skuzzle/develop

Remove console.log statement
This commit is contained in:
James Cole
2019-02-05 15:22:12 +01:00
committed by GitHub

View File

@@ -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',