diff --git a/scipost_django/mails/core.py b/scipost_django/mails/core.py
index 41ab535ac88718a2d39607ed32bc8c2944d8333c..53d70e08232b9926a08923a97800463c399b0f47 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: