This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
chore: remove console.log
pull/347/head
Shivam Mishra
4 years ago
parent
26671b143b
commit
1181660ed1
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/js/charts/DonutChart.js
+ 0
- 2
src/js/charts/DonutChart.js
View File
@@ -41,8 +41,6 @@ export default class DonutChart extends PieChart {
}.bind(this)
]
];
/* eslint-disable no-console */
console.log(this.sliceName);
this.components = new Map(componentConfigs
.map(args => {
Write
Preview
Loading…
Cancel
Save