[-] Remove duplicate email self test

This commit is contained in:
Azalea
2024-02-19 04:42:11 -05:00
parent 9770c15188
commit 3da44ce604

View File

@@ -27,8 +27,4 @@ fun main(args: Array<String>) {
// Start the AutoChecker
val checker = ctx.getBean(AutoChecker::class.java)
checker.check()
// Test the email service
val emailService = ctx.getBean(EmailService::class.java)
emailService.testConnection()
}