mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
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…
Reference in New Issue
Block a user