mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
removing debugger statement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user