mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[-] Remove duplicate email self test
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user