Update login.page.ts

remove duplicate log [skip ci]
This commit is contained in:
Eugenio Romano 2020-07-22 09:27:57 +01:00 committed by GitHub
parent 5257917258
commit 7b1da04f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,6 @@ export class LoginPage {
}
async loginSSOIdentityService(username: string, password: string) {
Logger.log('Login With ' + username);
browser.ignoreSynchronization = true;
const loginURL: string = browser.baseUrl + (browser.params.loginRoute ? browser.params.loginRoute : '');