diff --git a/src/components/AnswerKeyForm/index.js b/src/components/AnswerKeyForm/index.js index a3c9e82..c06c57d 100644 --- a/src/components/AnswerKeyForm/index.js +++ b/src/components/AnswerKeyForm/index.js @@ -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() {