From d64e77db30281af06f81fdc451446d34d857af02 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:37:00 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E6=8E=89print=20(#11687)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- apps/acls/notifications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/acls/notifications.py b/apps/acls/notifications.py index 57414c65d..ec4d99cd1 100644 --- a/apps/acls/notifications.py +++ b/apps/acls/notifications.py @@ -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