diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-content/editor-content.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-content/editor-content.element.ts index 8309db9ea6..58f85e09e1 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-content/editor-content.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-content/editor-content.element.ts @@ -104,7 +104,6 @@ export class UmbEditorContentElement extends UmbContextProviderMixin( if (!this._store) return; this.observe(this._store.getByKey(this.entityKey), (content) => { - debugger if (!content) return; // TODO: Handle nicely if there is no node. if (!this._nodeContext) {