Remove console.logs

This commit is contained in:
benjaminramey
2018-12-07 07:08:43 -06:00
parent b94f5675a5
commit 92f38e449d

View File

@@ -18,7 +18,6 @@ class AnswerKeyForm extends React.Component {
this.handleInputChange = this.handleInputChange.bind(this);
this.handleAnswerChange = this.handleAnswerChange.bind(this);
this.submit = this.submit.bind(this);
console.log(this.state.answers);
}
componentDidUpdate(prevProps, prevState) {
@@ -39,8 +38,6 @@ class AnswerKeyForm extends React.Component {
this.setState({
answers: answers,
});
console.log(answers);
}
updateAnswersSize() {