Remove console logs

This commit is contained in:
Shefali 2023-06-29 12:37:35 -07:00
parent 26cbd1b986
commit b86932ad9c

View File

@ -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 {