remove log

This commit is contained in:
Niels Lyngsø
2024-02-09 22:13:01 +01:00
parent eefd208a89
commit b4f1bdb988

View File

@@ -77,7 +77,6 @@ export class UmbBlockWorkspaceContext<
}).asPromise();
this.#retrieveBlockEntries = this.consumeContext(UMB_BLOCK_ENTRIES_CONTEXT, (context) => {
console.log('UMB_BLOCK_ENTRIES_CONTEXT', context);
this.#blockEntries = context;
}).asPromise();
}