Skip to content

Commit 1d47dc5

Browse files
committed
Removed console logs
1 parent 27b8573 commit 1d47dc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vue-fusioncharts-component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export default (FC, ...options) => {
124124
},
125125
dataSource: {
126126
handler: function() {
127-
console.log('Called dataSource');
128127
if (!checkIfDataTableExists(this.dataSource)) {
129128
this.chartObj.setChartData(
130129
this.datasource || this.dataSource,

0 commit comments

Comments
 (0)