Removed unused code

This commit is contained in:
Lorenz Hilpert
2020-02-17 10:42:35 +01:00
parent 1c062b0352
commit ba86623fb8
2 changed files with 0 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ export class AppService implements OnDestroy {
.registerAuthentication()
.catch(error => {
console.error(error);
// this.appLoadInitialisations();
})
.then(() => {
this.loadState();

View File

@@ -52,7 +52,6 @@ export class SsoService {
this.oauthService.customQueryParams = {
temp_token: token
};
// this.oauthService.loadDiscoveryDocument().then(() => this.login());
this.login();
}