Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tjduigna committed Mar 21, 2022
1 parent 3b4bc31 commit e1a12a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/source_editor/BasisText.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class BasisText extends React.Component {
render() {
const { className, readOnly, codeMirrorOptions } = this.props;
const { content, isContentValidated, message } = this.state;
console.log("BasisText render", content);
return (
<div className={setClass("xyz", className)}>
<div id="basis-xyz">
Expand Down

0 comments on commit e1a12a7

Please sign in to comment.