summaryrefslogtreecommitdiffstats
path: root/accounts/backend/mail/dummy.py
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 18:37:13 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 18:37:13 +0100
commitef416856fd87d37e93ce172a43c9ef85beab308d (patch)
tree9cd7ccd99477d2de960d87e311972713fbd44024 /accounts/backend/mail/dummy.py
parentc387b99654ab37257441dab9927c14f07c05e219 (diff)
downloadweb-ef416856fd87d37e93ce172a43c9ef85beab308d.tar.gz
web-ef416856fd87d37e93ce172a43c9ef85beab308d.tar.bz2
web-ef416856fd87d37e93ce172a43c9ef85beab308d.zip
Port away from flask-script
Diffstat (limited to 'accounts/backend/mail/dummy.py')
-rw-r--r--accounts/backend/mail/dummy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/accounts/backend/mail/dummy.py b/accounts/backend/mail/dummy.py
index 3de3dbe..049df7a 100644
--- a/accounts/backend/mail/dummy.py
+++ b/accounts/backend/mail/dummy.py
@@ -40,8 +40,6 @@ class DummyBackend(Backend):
self.format = format
def _send(self, recipient: str, content: TemplateModule):
- print(type(content))
-
# we can't typecheck things defined in templates
body = content.body() # type: ignore
if not self.plain: