mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
[Search] Removed console output
Accidentally left in a console.log statement
This commit is contained in:
parent
f7c0cb6214
commit
e0e5ad1347
@ -106,10 +106,12 @@ define(
|
||||
scores = {},
|
||||
searchResults = [];
|
||||
|
||||
/*
|
||||
if (rawResults.data.hits.total > resultsLength) {
|
||||
// TODO: Somehow communicate this to the user
|
||||
console.log('Total number of results greater than displayed results');
|
||||
}
|
||||
*/
|
||||
|
||||
// Get the result objects' IDs
|
||||
for (var i = 0; i < resultsLength; i += 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user