summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-03-19 17:44:40 +0000
committerGitHub <noreply@github.com>2021-03-19 17:44:40 +0000
commit396e7d40790422c9761e8076781d2c26e5395469 (patch)
treea2a6cea7433b35e1c12a89559257e5818939a9cd /synapse/rest
parentFix the pipeline to use knock v7 Complement branch (#92) (diff)
downloadsynapse-396e7d40790422c9761e8076781d2c26e5395469.tar.xz
Remove extraneous print (#94)
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/client/v2_alpha/register.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/register.py b/synapse/rest/client/v2_alpha/register.py

index 36807458de..f53bb71cb2 100644 --- a/synapse/rest/client/v2_alpha/register.py +++ b/synapse/rest/client/v2_alpha/register.py
@@ -500,7 +500,6 @@ class RegisterRestServlet(RestServlet): # Check if the user-interactive authentication flows are complete, if # not this will raise a user-interactive auth error. try: - print("Trying") auth_result, params, session_id = await self.auth_handler.check_ui_auth( self._registration_flows, request,