From 7d90a5205f27787d8f6a99d449d0c9255370aeff Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Wed, 14 Dec 2016 20:12:04 -0800 Subject: [PATCH] removing debugger statement --- awx/ui/client/src/controllers/Credentials.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/controllers/Credentials.js b/awx/ui/client/src/controllers/Credentials.js index 8ccc5afd78..a64056ccd4 100644 --- a/awx/ui/client/src/controllers/Credentials.js +++ b/awx/ui/client/src/controllers/Credentials.js @@ -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) {