Remove console.logs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user