mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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];
|
var itm = $scope[list.name][item_idx];
|
||||||
|
|
||||||
// Set the item type label
|
// Set the item type label
|
||||||
debugger;
|
|
||||||
if (list.fields.kind && $scope.options &&
|
if (list.fields.kind && $scope.options &&
|
||||||
$scope.options.hasOwnProperty('kind')) {
|
$scope.options.hasOwnProperty('kind')) {
|
||||||
$scope.options.kind.choices.every(function(choice) {
|
$scope.options.kind.choices.every(function(choice) {
|
||||||
|
|||||||
Reference in New Issue
Block a user