Skip to content

Commit 7eda7c6

Browse files
committed
DOC-131 Debug mode off
1 parent 983f951 commit 7eda7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/algolia/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const algoliaInsightsPlugin = createAlgoliaInsightsPlugin({ insightsClient });
1717
const search = autocomplete({
1818
container: '#autocomplete',
1919
placeholder: 'Search the Segment documentation',
20-
debug: true,
20+
debug: false,
2121
openOnFocus: false,
2222
keyboardShortcuts: ['s', 191],
2323
plugins: [algoliaInsightsPlugin,],

0 commit comments

Comments
 (0)