Remove more debug logging

pull/155/head
Erik Johnston 2015-05-15 15:06:37 +01:00
parent 0f29cfabc3
commit d62dee7eae
1 changed files with 0 additions and 2 deletions

View File

@ -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,