cleanup: remove left over print statement
This commit is contained in:
parent
0b55b888bb
commit
1a3fdde786
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue