remove unnecessary printing

pull/90/head
Aevann 2023-01-22 02:12:32 +02:00
parent 3e5599cd96
commit 55298766af
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ else:
with smtplib.SMTP('localhost', 25) as server:
server.sendmail(EMAIL, [to_address], msg.as_string())
print(f"Successfully sent email to {to_address}", flush=True)
def send_verification_email(user, email=None):