Removing old code and cleaning up for PR

This commit is contained in:
Jared Tabor
2016-06-02 16:12:15 -07:00
parent 0ae30d14e9
commit c516a17ef9
4 changed files with 2 additions and 226 deletions

View File

@@ -113,9 +113,6 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
scope.removeAuthorizationGetLicense();
}
scope.removeAuthorizationGetLicense = scope.$on('AuthorizationGetLicense', function() {
// Authorization.getLicense()
// .success(function (data) {
// Authorization.setLicense(data);
ConfigService.getConfig().then(function(){
CheckLicense.test();
pendoService.issuePendoIdentity();