From abe81533585a271cac56df3663bb1e5ee822d4a0 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 13 Mar 2020 16:38:46 -0400 Subject: [PATCH] Remove rogue console --- .../related/nested-groups/host-nested-groups-list.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-list.controller.js b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-list.controller.js index 6c3b2b524a..9fdeb7d652 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-list.controller.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-list.controller.js @@ -20,7 +20,6 @@ $scope.inventory_id = $stateParams.inventory_id; $scope.canAdhoc = inventoryData.summary_fields.user_capabilities.adhoc; $scope.canAdd = canAdd; - console.log($scope.appStrings); // Search init $scope.list = list;