diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-03 16:32:20 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-03 16:32:20 +0000 |
commit | 709e09e1c3dfc85f585dbf782de9701c5db0a02d (patch) | |
tree | 0c2d97aadf881db4cf771065939b91afedb8b66e | |
parent | We return dicts now. (diff) | |
download | synapse-709e09e1c3dfc85f585dbf782de9701c5db0a02d.tar.xz |
Remove old log line
-rw-r--r-- | synapse/rest/client/v1/room.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py index c7ea15c624..81bfe377bd 100644 --- a/synapse/rest/client/v1/room.py +++ b/synapse/rest/client/v1/room.py @@ -429,8 +429,6 @@ class RoomEventContext(ClientV1RestServlet): serialize_event(event, time_now) for event in results["state"] ] - logger.info("Responding with %r", results) - defer.returnValue((200, results)) |