File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ class DocsSearchBar {
277
277
// Given a list of hits returned by the API, will reformat them to be used in
278
278
// a Hogan template
279
279
static formatHits ( receivedHits ) {
280
- console . log ( "WESH" )
281
280
const clonedHits = utils . deepClone ( receivedHits )
282
281
const hits = clonedHits . map ( ( hit ) => {
283
282
if ( hit . _formatted ) {
@@ -303,7 +302,7 @@ class DocsSearchBar {
303
302
groupedHits [ level ] = flattenedHits
304
303
} )
305
304
groupedHits = utils . flattenAndFlagFirst ( groupedHits , 'isCategoryHeader' )
306
- console . log ( { groupedHits } ) ;
305
+ console . log ( { groupedHits } )
307
306
// Translate hits into smaller objects to be send to the template
308
307
return groupedHits . map ( ( hit ) => {
309
308
const url = DocsSearchBar . formatURL ( hit )
You can’t perform that action at this time.
0 commit comments