From a6b11354cd994bcfcbabbba4c6380ff194d18b58 Mon Sep 17 00:00:00 2001 From: slhale Date: Tue, 28 Jul 2015 10:03:22 -0700 Subject: [PATCH] [Search] Removed console output Accidentally left in a console.log statement --- .../search/src/providers/ElasticsearchSearchProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/search/src/providers/ElasticsearchSearchProvider.js b/platform/features/search/src/providers/ElasticsearchSearchProvider.js index cb4344aab8..586d39a23a 100644 --- a/platform/features/search/src/providers/ElasticsearchSearchProvider.js +++ b/platform/features/search/src/providers/ElasticsearchSearchProvider.js @@ -108,7 +108,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'); } // Get the result objects' IDs