Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisc36 committed Nov 21, 2017
1 parent 91c8e29 commit 7fd6c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docqa/server/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
}

updateMode = (e) => {
console.log(e.target.value)
this.setState({mode: e.target.value});
}

Expand Down

0 comments on commit 7fd6c7e

Please sign in to comment.