mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Remove debugging code line
This commit is contained in:
@@ -12,6 +12,7 @@ export default ['templateUrl', function(templateUrl) {
|
||||
$('#instance-groups-modal').off('hidden.bs.modal');
|
||||
$(element).remove();
|
||||
});
|
||||
|
||||
scope.showModal = function() {
|
||||
$('#instance-groups-modal').modal('show');
|
||||
};
|
||||
|
||||
@@ -9,7 +9,6 @@ export default ['$scope',
|
||||
|
||||
$scope.deleteTag = function(tag){
|
||||
_.remove($scope.instanceGroups, {id: tag.id});
|
||||
console.log($scope.instanceGroups);
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user