From 4c7a07a234f5928d8dc9d721449c3e50aa857d86 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Wed, 14 Aug 2024 15:00:05 +0200 Subject: [PATCH] remove accidental print statement in mail engine --- scipost_django/mails/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scipost_django/mails/core.py b/scipost_django/mails/core.py index 41ab535ac..53d70e082 100644 --- a/scipost_django/mails/core.py +++ b/scipost_django/mails/core.py @@ -318,8 +318,6 @@ class MailEngine: elif obj := self.template_variables["object"]: obj = self.template_variables["object"] - print(obj, entry, filter_func, args) - # Recurse through object properties to get the email address. for attr in entry.split("."): try: -- GitLab