KEYCLOAK-3948: Remove console.info() statements.
This commit is contained in:
parent
695213dd31
commit
ee18d062ab
1 changed files with 0 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue