From a67816bc4b72378d639e3201c02d26eaf3f00b89 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Tue, 3 Jan 2017 12:57:06 -0800 Subject: [PATCH] removing lodash dependency as it's no longer used --- awx/ui/client/src/system-tracking/system-tracking.route.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/system-tracking/system-tracking.route.js b/awx/ui/client/src/system-tracking/system-tracking.route.js index 4fcd8e1b25..6875df68fa 100644 --- a/awx/ui/client/src/system-tracking/system-tracking.route.js +++ b/awx/ui/client/src/system-tracking/system-tracking.route.js @@ -19,10 +19,9 @@ export default { resolve: { moduleOptions: [ 'getModuleOptions', - 'lodashAsPromised', 'ProcessErrors', '$stateParams', - function(getModuleOptions, _, ProcessErrors, $stateParams) { + function(getModuleOptions, ProcessErrors, $stateParams) { var hostIds = $stateParams.hostIds.split(',');