Skip to content
Snippets Groups Projects
Commit f6b7dfe5 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug print removed

parent bb71429d
No related branches found
No related tags found
1 merge request!146Resolve "adding worker with password missmatch"
......@@ -27,7 +27,5 @@ class EmailSender(object):
cc=cc_recipients
)
message.content_subtype = "html"
print "mails sent: " + str(len(mail.outbox))
message.send()
print "mails sent: " + str(len(mail.outbox))
logger.info('Email sent. Subject: ' + subject + "; Recipients: " + recipients)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment