Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Oct 8, 2024
1 parent fc0897c commit a95a76b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void loginMittenteConTokenExchange(String personaFisica) {
// Si effettua il login con token exchange
String urlLogin = "https://cittadini." + environment + ".notifichedigitali.it/#token=" + token;
this.driver.get(urlLogin);
logger.info("LOGIN: "+urlLogin);
logger.info("Login effettuato con successo");
WebTool.waitTime(10);

Expand Down

0 comments on commit a95a76b

Please sign in to comment.