mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Remove debugging code line
This commit is contained in:
parent
850df5c646
commit
e407a79af8
@ -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);
|
||||
}
|
||||
}
|
||||
];
|
||||
Loading…
x
Reference in New Issue
Block a user