mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
Remove console logs
This commit is contained in:
parent
26cbd1b986
commit
b86932ad9c
@ -11,12 +11,8 @@ export default function (folderName, couchPlugin, searchFilter) {
|
||||
key: couchSearchName
|
||||
});
|
||||
|
||||
console.log('added root', couchSearchName);
|
||||
|
||||
openmct.objects.addProvider(couchSearchName, {
|
||||
get(identifier) {
|
||||
console.log('looking for provider', identifier, couchSearchName);
|
||||
|
||||
if (identifier.key !== couchSearchName) {
|
||||
return undefined;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user