mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
[Search] Removed console output
Accidentally left in a console.log statement
This commit is contained in:
parent
f7c0cb6214
commit
a6b11354cd
@ -108,7 +108,7 @@ define(
|
|||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user