diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js index 90fcc7630b..06b9e51fba 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js @@ -42,7 +42,6 @@ angular.module("umbraco.directives") event.stopPropagation(); $scope.propertyEditorAPI = api; - //$scope.propertyActions = api.propertyActions; }); $scope.$on("$destroy", function () {