diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-15 15:06:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-15 15:06:37 +0100 |
commit | d62dee7eae741034abfd050982b1cfc4e2181258 (patch) | |
tree | 1cad9a3d8b1f8d8fc12bfd9457eab737b464abb7 /synapse/storage/events.py | |
parent | Remove debug logging (diff) | |
download | synapse-d62dee7eae741034abfd050982b1cfc4e2181258.tar.xz |
Remove more debug logging
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r-- | synapse/storage/events.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py index 716f10386f..3cf2f7cff8 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py @@ -421,14 +421,12 @@ class EventsStore(SQLBaseStore): ]) if not txn: - logger.debug("enqueue before") missing_events = yield self._enqueue_events( missing_events_ids, check_redacted=check_redacted, get_prev_content=get_prev_content, allow_rejected=allow_rejected, ) - logger.debug("enqueue after") else: missing_events = self._fetch_events_txn( txn, |