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

Commit 83ea951

Browse files
committed
clean up
1 parent 0867cb3 commit 83ea951

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,9 @@ export class UmbBlockWorkspaceContext<LayoutDataType extends UmbBlockLayoutBaseM
168168
// Settings:
169169
const settingsUdi = layoutData?.settingsUdi;
170170
if (settingsUdi) {
171-
console.log(settingsUdi);
172-
console.log(this.#blockManager);
173171
this.observe(
174172
this.#blockManager!.settingsOf(settingsUdi),
175173
(settingsData) => {
176-
console.log('settingsData', settingsData);
177174
this.settings.setData(settingsData);
178175
},
179176
'observeSettings',

0 commit comments

Comments
 (0)