mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Newline, remove debug logging
This commit is contained in:
parent
f8bd4de87d
commit
c71176858b
@ -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 New Issue
Block a user