cleanup: remove left over print statement

This commit is contained in:
Marcin Kuzminski 2016-08-12 01:30:52 +02:00
parent 0b55b888bb
commit 1a3fdde786

View file

@ -71,7 +71,6 @@ def send_email(recipients, subject, body='', html_body='', email_config=None):
log = get_logger(send_email)
email_config = email_config or rhodecode.CONFIG
print email_config
subject = "%s %s" % (email_config.get('email_prefix', ''), subject)
if not recipients:
# if recipients are not defined we send to email_config + all admins