summary refs log tree commit diff
path: root/synapse/rest/client
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-03 16:32:20 +0000
committerErik Johnston <erik@matrix.org>2016-02-03 16:32:20 +0000
commit709e09e1c3dfc85f585dbf782de9701c5db0a02d (patch)
tree0c2d97aadf881db4cf771065939b91afedb8b66e /synapse/rest/client
parentWe return dicts now. (diff)
downloadsynapse-709e09e1c3dfc85f585dbf782de9701c5db0a02d.tar.xz
Remove old log line
Diffstat (limited to 'synapse/rest/client')
-rw-r--r--synapse/rest/client/v1/room.py2
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))