diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-27 17:06:52 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-27 17:33:27 +0000 |
commit | aca3193efb8c5f9f20049f61c96e5ff12f328b05 (patch) | |
tree | 979356ffced93dc3e672e66b4f43ae82fc4ae132 /synapse/storage/events.py | |
parent | Add cache to room stream (diff) | |
download | synapse-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.py | 1 |
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 |