Skip to content

Commit 9c0e215

Browse files
committed
Removed log noise when running in repair mode.
- Legacy-Id: 18726
1 parent a5cb8fd commit 9c0e215

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/utils/mail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def send_mail_mime(request, to, frm, subject, msg, cc=None, extra=None, toUser=F
359359
production = settings.SERVER_MODE == 'production'
360360

361361
if settings.SERVER_MODE == 'repair':
362-
log("\nIn repair mode: Skipped email from '%s' to %s id %s subject '%s'" % (frm, to, msg.get('Message-ID', ''), subject))
363362
return msg
364363

365364
if settings.SERVER_MODE == 'development':

0 commit comments

Comments
 (0)