diff --git a/platform/features/search/src/providers/ElasticsearchSearchProvider.js b/platform/features/search/src/providers/ElasticsearchSearchProvider.js index 3325313a11..e7fb64d7e6 100644 --- a/platform/features/search/src/providers/ElasticsearchSearchProvider.js +++ b/platform/features/search/src/providers/ElasticsearchSearchProvider.js @@ -110,7 +110,7 @@ define( /* if (rawResults.data.hits.total > resultsLength) { // TODO: Somehow communicate this to the user - console.log('Total number of results greater than displayed results'); + //console.log('Total number of results greater than displayed results'); } */