mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove console.log statement
This commit is contained in:
1
public/v1/js/ff/charts.js
vendored
1
public/v1/js/ff/charts.js
vendored
@@ -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',
|
||||
|
Reference in New Issue
Block a user