Skip to content

Commit

Permalink
[fixed] left-over console.log :|
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 12, 2015
1 parent 2297d28 commit fd23644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ let Autocomplete = React.createClass({
},

handleChange (event) {
console.log(event.target.value)
this._performAutoCompleteOnKeyUp = true
this.setState({
value: event.target.value,
Expand Down

0 comments on commit fd23644

Please sign in to comment.