From 92f38e449deb3fa650bdd56514cfd7243b915004 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Fri, 7 Dec 2018 07:08:43 -0600 Subject: [PATCH] Remove console.logs --- src/components/AnswerKeyForm/index.js | 3 --- 1 file changed, 3 deletions(-) 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() {