mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
Add debug statements
This commit is contained in:
parent
52ce012251
commit
e711768066
@ -11,8 +11,12 @@ 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