Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit fd23644

Browse files
committed
[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)