There was an error while loading. Please reload this page.
1 parent a5cb8fd commit 9c0e215Copy full SHA for 9c0e215
1 file changed
ietf/utils/mail.py
@@ -359,7 +359,6 @@ def send_mail_mime(request, to, frm, subject, msg, cc=None, extra=None, toUser=F
359
production = settings.SERVER_MODE == 'production'
360
361
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))
363
return msg
364
365
if settings.SERVER_MODE == 'development':
0 commit comments