SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4c7a07a2 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

remove accidental print statement in mail engine

parent dfcb424a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment