summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-04-20 19:31:32 -0500
committerEric Eastwood <erice@element.io>2022-04-20 19:31:32 -0500
commitcdba6f992d2aa7e19702d78e49397fd5f51d1542 (patch)
tree3011b499761be8707f90ee5bfb36a981007cfc26
parentAdd changelog (diff)
downloadsynapse-cdba6f992d2aa7e19702d78e49397fd5f51d1542.tar.xz
Fix lints
-rw-r--r--synapse/rest/client/capabilities.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/rest/client/capabilities.py b/synapse/rest/client/capabilities.py
index 526335a172..edd5b59fb7 100644
--- a/synapse/rest/client/capabilities.py
+++ b/synapse/rest/client/capabilities.py
@@ -17,8 +17,8 @@ from typing import TYPE_CHECKING, Tuple
 
 from synapse.api.room_versions import (
     KNOWN_ROOM_VERSIONS,
-    MSC3244_CAPABILITIES,
     MSC2716_CAPABILITIES,
+    MSC3244_CAPABILITIES,
 )
 from synapse.http.server import HttpServer
 from synapse.http.servlet import RestServlet
@@ -76,7 +76,6 @@ class CapabilitiesRestServlet(RestServlet):
                 "org.matrix.msc3244.room_capabilities"
             ] = MSC3244_CAPABILITIES
 
-        logger.info("ewffewaafewafew")
         if self.config.experimental.msc2716_enabled:
             response["capabilities"]["m.room_versions"][
                 "org.matrix.msc2716.room_capabilities"