# HG changeset patch # User Marcin Kuzminski # Date 2016-08-11 23:30:52 # Node ID c421e71d1dc51e77ea46f33e3488892704f92147 # Parent a7631a4244e9bedaae637dba0cdac62395324513 cleanup: remove left over print statement diff --git a/rhodecode/lib/celerylib/tasks.py b/rhodecode/lib/celerylib/tasks.py --- a/rhodecode/lib/celerylib/tasks.py +++ b/rhodecode/lib/celerylib/tasks.py @@ -71,7 +71,6 @@ def send_email(recipients, subject, body 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