- EmailNotificationsConsumer set debug false

This commit is contained in:
Massimiliano Assante 2024-07-25 16:42:33 +02:00
parent a857397a24
commit 7ee74ebe93
2 changed files with 3 additions and 1 deletions

View File

@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.8.1] - 2023-05-14 ## [v1.8.1] - 2023-05-14
- EmailNotificationsConsumer set debug false
- Bug 27457: get application profile multiple times before settling on sitelandingpath - Bug 27457: get application profile multiple times before settling on sitelandingpath
## [v1.8.0] - 2022-05-05 ## [v1.8.0] - 2022-05-05
- fixed some notification methods - fixed some notification methods

View File

@ -116,7 +116,7 @@ public class EmailNotificationsConsumer extends Thread {
session = Session.getDefaultInstance(props); session = Session.getDefaultInstance(props);
} }
session.setDebug(true); session.setDebug(false);
for (;;) { for (;;) {
try { try {