mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +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 = {},
|
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user