[Search] Removed console output

Accidentally left in a console.log statement
This commit is contained in:
slhale 2015-07-28 10:03:22 -07:00
parent f7c0cb6214
commit e0e5ad1347

View File

@ -106,10 +106,12 @@ define(
scores = {}, scores = {},
searchResults = []; searchResults = [];
/*
if (rawResults.data.hits.total > resultsLength) { if (rawResults.data.hits.total > resultsLength) {
// TODO: Somehow communicate this to the user // 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 // Get the result objects' IDs
for (var i = 0; i < resultsLength; i += 1) { for (var i = 0; i < resultsLength; i += 1) {