mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 00:47:24 -06:00
Remove console.log statement
This commit is contained in:
parent
0e1da3f797
commit
d3d4439b03
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