mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
removing debugger statement
This commit is contained in:
parent
8c55eaec99
commit
7d90a5205f
@ -52,7 +52,6 @@ export function CredentialsList($scope, $rootScope, $location, $log,
|
||||
var itm = $scope[list.name][item_idx];
|
||||
|
||||
// Set the item type label
|
||||
debugger;
|
||||
if (list.fields.kind && $scope.options &&
|
||||
$scope.options.hasOwnProperty('kind')) {
|
||||
$scope.options.kind.choices.every(function(choice) {
|
||||
|
Loading…
Reference in New Issue
Block a user