mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +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 (typeof drawVerticalLine !== 'undefined') {
|
||||||
if (drawVerticalLine !== '') {
|
if (drawVerticalLine !== '') {
|
||||||
// draw line using annotation plugin.
|
// draw line using annotation plugin.
|
||||||
console.log('Will draw line');
|
|
||||||
chartOpts.options.annotation = {
|
chartOpts.options.annotation = {
|
||||||
annotations: [{
|
annotations: [{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
|
Reference in New Issue
Block a user