diff --git a/themes/src/main/resources/theme/base/admin/resources/js/app.js b/themes/src/main/resources/theme/base/admin/resources/js/app.js index c13c3ce5c2..3b1172c95f 100755 --- a/themes/src/main/resources/theme/base/admin/resources/js/app.js +++ b/themes/src/main/resources/theme/base/admin/resources/js/app.js @@ -2286,10 +2286,6 @@ module.directive('kcSave', function ($compile, Notifications) { elem.addClass("btn btn-primary"); elem.attr("type","submit"); elem.bind('click', function() { - console.info("***** clicked me ****"); - console.info("elem=" + elem); - console.info($scope.hasOwnProperty("changed")); - console.info("ctrl=" + ctrl); if ($scope.hasOwnProperty("changed") && !$scope.changed) return; $scope.$apply(function() {