remove comment

This commit is contained in:
Niels Lyngsø
2023-02-03 15:16:48 +01:00
parent a45407e7d1
commit 425794952a

View File

@@ -51,7 +51,6 @@ export class UmbCollectionContext<
new UmbObserverController(this._host,
umbExtensionsRegistry.getByTypeAndAlias('repository', repositoryAlias),
async (repositoryManifest) => {
// Do something..
if(repositoryManifest) {
// TODO: use the right interface here, we might need a collection repository interface.
const result = await createExtensionClass<UmbTreeRepository>(repositoryManifest, [this._host]);