diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-19 22:30:33 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-19 22:30:33 +0000 |
commit | d80b3596b5067bec46d46aa42aa7f10d9935d6ae (patch) | |
tree | a334c08e303a9976f15c5f71a7ee5834deb3425f | |
parent | dodgy (diff) | |
download | synapse-rei/selective_scalene.tar.xz |
Revert "dodgy" github/rei/selective_scalene rei/selective_scalene
This reverts commit 6c579370d4e76d0d911ae69e4e995d8d7a6b580e.
-rw-r--r-- | synapse/rest/client/room.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/room.py b/synapse/rest/client/room.py index c683a561be..57dbab5ae1 100644 --- a/synapse/rest/client/room.py +++ b/synapse/rest/client/room.py @@ -358,8 +358,6 @@ class RoomSendEventRestServlet(TransactionRestServlet): ): content = parse_json_object_from_request(request) - print(len(sorted(random_string(1_000_000)))) - event_dict: JsonDict = { "type": event_type, "content": content, |