KEYCLOAK-3948: Remove console.info() statements.

This commit is contained in:
Stan Silvert 2016-11-21 11:48:07 -05:00
parent 695213dd31
commit ee18d062ab

View file

@ -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() {