mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 11:15:19 +01:00
Remove StackTrace for production
This commit is contained in:
parent
b7ede1458e
commit
41b6b4184e
@ -86,8 +86,7 @@ public class SendMailSSL {
|
|||||||
try {
|
try {
|
||||||
email.send();
|
email.send();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
ConsoleLogger.showError("Fail to send a mail to " + mail + " cause " + e.getLocalizedMessage());
|
||||||
ConsoleLogger.showError("Fail to send a mail to " + mail);
|
|
||||||
}
|
}
|
||||||
if (file != null)
|
if (file != null)
|
||||||
//noinspection ResultOfMethodCallIgnored
|
//noinspection ResultOfMethodCallIgnored
|
||||||
|
Loading…
Reference in New Issue
Block a user