Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Oct 19, 2023
1 parent fc6146c commit ff25e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/source_editor/BasisText.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class BasisText extends React.Component {

// eslint-disable-next-line no-unused-vars
componentDidUpdate(prevProps, prevState) {
console.log("BasisText componentDidUpdate");
const { content } = this.props;
if (prevProps.content !== content) {
// eslint-disable-next-line react/destructuring-assignment
Expand Down

0 comments on commit ff25e12

Please sign in to comment.