summaryrefslogtreecommitdiffstats
path: root/accounts/backend/mail/dummy.py
diff options
context:
space:
mode:
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: