Skip to content

Commit eb3a0a5

Browse files
TASK: Remove console.log
1 parent 46e12b8 commit eb3a0a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/neos-ui-ckeditor5-bindings/src/EditorToolbar/TableDropDown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default class TableDropDownButton extends PureComponent {
4242

4343
render() {
4444
const iconDataUri = svgToDataUri(ckeIcons[this.props.icon]);
45-
console.log({iconDataUri});
4645
return (
4746
<DropDown
4847
padded={false}

0 commit comments

Comments
 (0)