diff --git a/src/components/Views/ElasticSearchHighlights.jsx b/src/components/Views/ElasticSearchHighlights.jsx index e4c14ca7..417555de 100644 --- a/src/components/Views/ElasticSearchHighlights.jsx +++ b/src/components/Views/ElasticSearchHighlights.jsx @@ -103,7 +103,6 @@ export const getMatches = (highlight) => { matches = matches.concat(fragmentmatches.map((match) => match[1])); }); matches = [...new Set(matches)]; - console.debug('getMatches', matches); return matches; }; diff --git a/src/components/Views/TestSearchkitQuerystrings.jsx b/src/components/Views/TestSearchkitQuerystrings.jsx index 5d435df2..e2effded 100644 --- a/src/components/Views/TestSearchkitQuerystrings.jsx +++ b/src/components/Views/TestSearchkitQuerystrings.jsx @@ -85,7 +85,6 @@ const OnHighlights = withState(_OnHighlights); const OnResults = withState(ResultsMultiLayout); const CustomResultsListItem = ({ result, index }) => { - console.debug('** result.title', result.title); return (