Skip to content

Commit

Permalink
Remove logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 6, 2020
1 parent 5d4c495 commit 461360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColumnsBlock/EditBlockWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EditBlockWrapper extends React.Component {
}

componentDidMount() {
console.log('mount editblockwrapper', this.props.blockProps.block);
// console.log('mount editblockwrapper', this.props.blockProps.block);
document.addEventListener('mousedown', this.handleClickOutside, false);
}

Expand Down

0 comments on commit 461360b

Please sign in to comment.