diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/property/workspace-property.context.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/property/workspace-property.context.ts index dc9e4fa241..d1cfea7707 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/property/workspace-property.context.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/property/workspace-property.context.ts @@ -103,8 +103,6 @@ export class UmbWorkspacePropertyContext { } public resetValue() { - console.log("property context reset") - this.update({value: null}); }