Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: remove debuging log
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dean-haynie committed Dec 1, 2019
1 parent 3a108c6 commit 012e246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/review-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default class ReviewForm extends React.Component {
}

render() {
console.log('Here I am');
if (!this.props.sentences && this.props.sentences.length < 1) {
return <h2>nothing to review</h2>;
}
Expand Down

0 comments on commit 012e246

Please sign in to comment.