##// END OF EJS Templates
cleanup: remove left over print statement
marcink -
r648:c421e71d default
parent child Browse files
Show More
@@ -71,7 +71,6 b' def send_email(recipients, subject, body'
71 log = get_logger(send_email)
71 log = get_logger(send_email)
72
72
73 email_config = email_config or rhodecode.CONFIG
73 email_config = email_config or rhodecode.CONFIG
74 print email_config
75 subject = "%s %s" % (email_config.get('email_prefix', ''), subject)
74 subject = "%s %s" % (email_config.get('email_prefix', ''), subject)
76 if not recipients:
75 if not recipients:
77 # if recipients are not defined we send to email_config + all admins
76 # if recipients are not defined we send to email_config + all admins
General Comments 0
You need to be logged in to leave comments. Login now