Skip to content

Commit fd23644

Browse files
committedAug 12, 2015
[fixed] left-over console.log :|
1 parent 2297d28 commit fd23644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/Autocomplete.js

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ let Autocomplete = React.createClass({
8787
},
8888

8989
handleChange (event) {
90-
console.log(event.target.value)
9190
this._performAutoCompleteOnKeyUp = true
9291
this.setState({
9392
value: event.target.value,

0 commit comments

Comments
 (0)
Please sign in to comment.