Skip to content

Commit

Permalink
Temporary logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Dec 11, 2023
1 parent a87c340 commit e1e1051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ profileEditor.directive('imageUpload', function ($browser, $http, config) {
}

$scope.save = function() {
console.log("Scope save", $scope, $scope.opusId)
if ($scope.image) {
$scope.metadata.created = util.formatLocalDate($scope.metadata.created);
$cacheFactory.get('$http').removeAll();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ profileEditor.service('profileService', function ($http, util, $cacheFactory, co
},

saveImageMetadata: function(opusId, imageId, data) {
console.log('saveImageMetadata', opusId, data);
$log.debug("Saving image metadata: " + imageId);
var future = null;
if (opusId && imageId) {
Expand Down

0 comments on commit e1e1051

Please sign in to comment.