mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Remove unused populate_previous_pdus
This commit is contained in:
parent
bf05218c4b
commit
474dcecb11
3 changed files with 1 additions and 27 deletions
|
@ -134,8 +134,6 @@ class ReplicationLayer(object):
|
|||
|
||||
logger.debug("[%s] Persisting PDU", pdu.pdu_id)
|
||||
|
||||
#yield self.pdu_actions.populate_previous_pdus(pdu)
|
||||
|
||||
# Save *before* trying to send
|
||||
yield self.store.persist_event(pdu=pdu)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue