Removed extra print statement

pull/867/head
Gary Deeble 2025-09-07 08:25:04 -04:00
parent 4b713ab66e
commit 6cf1eb6140
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class EmailSender:
if self.Encryption() == "STARTTLS":
self.smtp.starttls()
if self.AuthenticationRequired():
print("Login")
self.smtp.login(self.Username(), self.Password())
message = MIMEMultipart()
message['Subject'] = subject