1
0
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:
jaredevantabor 2016-12-14 20:12:04 -08:00
parent 8c55eaec99
commit 7d90a5205f

View File

@ -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) {