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