From 55740e5f6fe7c580742e24842507f8cb65de9d16 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 23 Nov 2023 10:10:30 +0100 Subject: [PATCH] remove console log --- .../views/details/data-type-details-workspace-view.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/data-type/workspace/views/details/data-type-details-workspace-view.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/data-type/workspace/views/details/data-type-details-workspace-view.element.ts index 7a23e97bc8..f5d032a301 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/data-type/workspace/views/details/data-type-details-workspace-view.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/data-type/workspace/views/details/data-type-details-workspace-view.element.ts @@ -90,7 +90,6 @@ export class UmbDataTypeDetailsWorkspaceViewEditElement } #renderPropertyEditorReference() { - console.log(this._dataType); return html` ${this._propertyEditorUiAlias && this._propertyEditorSchemaAlias