From 5032849624e9b56ae69b374b537c6c48b1431bc0 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 19 Jul 2018 16:19:50 -0400 Subject: [PATCH] Remove unused deps in license controller --- awx/ui/client/src/license/license.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/license/license.controller.js b/awx/ui/client/src/license/license.controller.js index 06cea16931..4689af657c 100644 --- a/awx/ui/client/src/license/license.controller.js +++ b/awx/ui/client/src/license/license.controller.js @@ -9,9 +9,9 @@ import {N_} from "../i18n"; export default ['Wait', '$state', '$scope', '$rootScope', 'ProcessErrors', 'CheckLicense', 'moment','$window', - 'ConfigService', 'FeaturesService', 'pendoService', 'i18n', 'config', 'Rest', 'GetBasePath', + 'ConfigService', 'FeaturesService', 'pendoService', 'i18n', 'config', function(Wait, $state, $scope, $rootScope, ProcessErrors, CheckLicense, moment, - $window, ConfigService, FeaturesService, pendoService, i18n, config, Rest, GetBasePath) { + $window, ConfigService, FeaturesService, pendoService, i18n, config) { const calcDaysRemaining = function(seconds) { // calculate the number of days remaining on the license