From 5d6e3a2c8363563c9bb73449e3fd5876282a046d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 6 Jun 2019 16:38:18 +0100 Subject: Remove debug logging and make diff nicer --- synapse/rest/client/v2_alpha/account.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/rest') diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py index 75822823c3..e4c63b69b9 100644 --- a/synapse/rest/client/v2_alpha/account.py +++ b/synapse/rest/client/v2_alpha/account.py @@ -176,7 +176,6 @@ class EmailPasswordRequestTokenRestServlet(RestServlet): token_expires = (self.hs.clock.time_msec() + self.config.email_validation_token_lifetime) - logger.info("lifetime: %s", self.config.email_validation_token_lifetime) yield self.datastore.start_or_continue_validation_session( "email", email, session_id, client_secret, send_attempt, -- cgit 1.5.1