From d332c3bbe695b5983285f040d880b90913887ce8 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Mon, 28 Nov 2016 11:34:42 -0800 Subject: [PATCH] removing old lines --- awx/ui/client/src/controllers/Jobs.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awx/ui/client/src/controllers/Jobs.js b/awx/ui/client/src/controllers/Jobs.js index 6192f64fd8..578527480e 100644 --- a/awx/ui/client/src/controllers/Jobs.js +++ b/awx/ui/client/src/controllers/Jobs.js @@ -38,10 +38,6 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $ var fld, field, itm = $scope[list.name][item_idx]; - //if (item.type === 'inventory_update') { - // itm.name = itm.name.replace(/^.*?:/,'').replace(/^: /,''); - //} - // Set the item type label if (list.fields.type) { $scope.type_choices.every(function(choice) {