diff --git a/src/main/resources/static/js/controllers.js b/src/main/resources/static/js/controllers.js index f91abd3..3ef9d20 100644 --- a/src/main/resources/static/js/controllers.js +++ b/src/main/resources/static/js/controllers.js @@ -234,7 +234,6 @@ transactionControllers.controller('TransactionListCtrl', [ '$scope', '$location' modalInstance.result.then(function(transaction) { $scope.lastSubmission = undefined; - $log.info('refresh'); $scope.refreshList(); }, function () { $log.info('Modal dismissed at: ' + new Date()); diff --git a/src/main/resources/static/partials/transaction-list.html b/src/main/resources/static/partials/transaction-list.html index 9ff9cf6..eb660e8 100644 --- a/src/main/resources/static/partials/transaction-list.html +++ b/src/main/resources/static/partials/transaction-list.html @@ -181,4 +181,4 @@ - + \ No newline at end of file