Skip to content

Commit 4279b07

Browse files
Remove console log
1 parent 3f3b768 commit 4279b07

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
@@ -37,7 +37,6 @@ class ChartImport extends Component {
3737
if ( 'object' === typeof label ) {
3838
label = `#${i.id}`;
3939
}
40-
console.log( label );
4140
if ( 0 === index ) {
4241
id = i.id;
4342
}

0 commit comments

Comments
 (0)