forked from MirrorHub/synapse
Newline, remove debug logging
This commit is contained in:
parent
f8bd4de87d
commit
c71176858b
3 changed files with 1 additions and 4 deletions
|
@ -415,8 +415,6 @@ class FederationServer(FederationBase):
|
|||
pdu.internal_metadata.outlier = True
|
||||
elif min_depth and pdu.depth > min_depth:
|
||||
if get_missing and prevs - seen:
|
||||
logger.debug("We're missing: %r", prevs-seen)
|
||||
|
||||
latest = yield self.store.get_latest_event_ids_in_room(
|
||||
pdu.room_id
|
||||
)
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
import logging
|
||||
|
||||
from synapse.api.errors import StoreError
|
||||
|
||||
from synapse.util.logutils import log_function
|
||||
from synapse.util.logcontext import preserve_context_over_fn, LoggingContext
|
||||
from synapse.util.lrucache import LruCache
|
||||
|
|
Loading…
Reference in a new issue