trivial: remove debugging print (#18153)

This commit is contained in:
Frédéric Péters 2017-08-25 09:19:07 +02:00
parent 17562efd00
commit 8f63738e40
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ def email(subject, mail_body, email_rcpt, replyto = None, bcc = None,
else:
msg_from = msg['From']
print 'sending email', msg['To']
if not fire_and_forget:
s = create_smtp_server(emails_cfg, smtp_timeout=smtp_timeout)
try: