summary refs log tree commit diff
path: root/synapse/storage/events.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-27 17:06:52 +0000
committerErik Johnston <erik@matrix.org>2016-01-27 17:33:27 +0000
commitaca3193efb8c5f9f20049f61c96e5ff12f328b05 (patch)
tree979356ffced93dc3e672e66b4f43ae82fc4ae132 /synapse/storage/events.py
parentAdd cache to room stream (diff)
downloadsynapse-aca3193efb8c5f9f20049f61c96e5ff12f328b05.tar.xz
Use the same path for incremental with gap or without gap
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r--synapse/storage/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py
index d96ea3a30e..0dd1daaa2e 100644
--- a/synapse/storage/events.py
+++ b/synapse/storage/events.py
@@ -128,7 +128,6 @@ class EventsStore(SQLBaseStore):
                     is_new_state=is_new_state,
                     current_state=current_state,
                 )
-                logger.info("Invalidating %r at %r", event.room_id, stream_ordering)
                 self._events_stream_cache.room_has_changed(None, event.room_id, stream_ordering)
         except _RollbackButIsFineException:
             pass