perf: 去掉print (#11687)

Co-authored-by: feng <1304903146@qq.com>
pull/11692/head
fit2bot 2023-09-25 16:37:00 +08:00 committed by GitHub
parent 4065baf785
commit d64e77db30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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