perf: 去掉print (#11687)

Co-authored-by: feng <1304903146@qq.com>
pull/11692/head
fit2bot 1 year ago committed by GitHub
parent 4065baf785
commit d64e77db30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,6 @@ class UserLoginReminderMsg(UserMessage):
}
message = render_to_string('acls/user_login_reminder.html', context)
print('message', message)
return {
'subject': str(self.subject),
'message': message

Loading…
Cancel
Save