Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 8dc1fcd

Browse files
committed
clean up
1 parent a03dfa9 commit 8dc1fcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/packages/block/block/context/block-entry.context.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ export abstract class UmbBlockEntryContext<
355355
this.observe(
356356
this._manager.contentTypeOf(contentTypeKey),
357357
(contentType) => {
358-
//this.#contentElementTypeAlias.setValue(contentType?.alias);
359-
//this.#contentElementTypeName.setValue(contentType?.name);
360358
this.#contentElementType.setValue(contentType);
361359
this._gotContentType(contentType);
362360
},

0 commit comments

Comments
 (0)