mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #2058 from skuzzle/develop
Remove console.log statement
This commit is contained in:
commit
b0f847959f
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',
|
||||
|
Loading…
Reference in New Issue
Block a user