remove log

This commit is contained in:
Niels Lyngsø
2024-01-30 15:36:19 +01:00
parent 7c0f487452
commit 576f7a1bc3

View File

@@ -22,7 +22,6 @@ export class UmbBlockWorkspaceHasSettingsCondition extends UmbBaseController imp
this.observe(
context.settings.contentTypeId,
(settingsContentTypeId) => {
console.log('settingsContentTypeId', settingsContentTypeId);
this.permitted = !!settingsContentTypeId;
this.#onChange();
},