Skip to content

Commit b917736

Browse files
Remove console log from Chartimport.js
1 parent 4279b07 commit b917736

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

classes/Visualizer/Gutenberg/build/block.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/Visualizer/Gutenberg/src/Components/Import/ChartImport.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class ChartImport extends Component {
5454
}
5555

5656
render() {
57-
console.log( this.state.charts );
5857
return (
5958
( 'community' !== visualizerLocalize.isPro ) ?
6059
<PanelBody

0 commit comments

Comments
 (0)