Remove console.log statement

This commit is contained in:
Simon Taddiken 2019-02-05 15:02:36 +01:00 committed by GitHub
parent 0e1da3f797
commit d3d4439b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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