Skip to content

Commit

Permalink
fix(debut): do not enable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
redox committed Dec 24, 2015
1 parent 90f054d commit 188f49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DocSearch {
hitsPerPage: 5
},
autocompleteOptions = {
debug: true,
debug: false,
hint: false
}
}) {
Expand Down

0 comments on commit 188f49e

Please sign in to comment.