Cleanup console.log

This commit is contained in:
Bjarne Fyrstenborg
2020-07-31 18:07:28 +02:00
parent 3bcaad0e7f
commit 811cbb8f74

View File

@@ -376,8 +376,7 @@ angular.module("umbraco")
target: $scope.target,
disableFocalPoint: $scope.disableFocalPoint,
submit: function (model) {
console.log("model", model);
$scope.model.selection.push($scope.target);
$scope.model.submit($scope.model);
@@ -385,8 +384,6 @@ angular.module("umbraco")
},
close: function () {
editorService.close();
//close();
}
};