summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/push/mailer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py
index 3c38321fdd..7031fa6d55 100644
--- a/synapse/push/mailer.py
+++ b/synapse/push/mailer.py
@@ -166,7 +166,7 @@ class Mailer(object):
         multipart_msg.attach(html_part)
 
         logger.info("Sending email push notification to %s" % email_address)
-        #logger.debug(html_text)
+        # logger.debug(html_text)
 
         yield sendmail(
             self.hs.config.email_smtp_host,