Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
3e39783d
Commit
3e39783d
authored
6 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Patches
Plain Diff
remove debugging
parent
ae61ade8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/events.py
+0
-10
0 additions, 10 deletions
synapse/storage/events.py
with
0 additions
and
10 deletions
synapse/storage/events.py
+
0
−
10
View file @
3e39783d
...
@@ -555,16 +555,6 @@ class EventsStore(EventFederationStore, EventsWorkerStore, BackgroundUpdateStore
...
@@ -555,16 +555,6 @@ class EventsStore(EventFederationStore, EventsWorkerStore, BackgroundUpdateStore
existing_prevs
=
yield
self
.
_get_events_which_are_prevs
(
result
)
existing_prevs
=
yield
self
.
_get_events_which_are_prevs
(
result
)
result
.
difference_update
(
existing_prevs
)
result
.
difference_update
(
existing_prevs
)
if
not
result
:
logger
.
warn
(
"
Forward extremity list A+B-C-D is now empty in %s.
"
"
Old extremities (A): %s, new events (B): %s,
"
"
existing events which are reffed by new events (C): %s,
"
"
new events which are reffed by existing events (D): %s
"
,
room_id
,
latest_event_ids
,
new_events
,
[
e_id
for
event
in
new_events
for
e_id
,
_
in
event
.
prev_events
],
existing_prevs
,
)
defer
.
returnValue
(
result
)
defer
.
returnValue
(
result
)
@defer.inlineCallbacks
@defer.inlineCallbacks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment