mirror of
https://github.com/markqvist/LXMF.git
synced 2025-02-22 16:09:51 -05:00
Cleanup
This commit is contained in:
parent
0c34dae1af
commit
b2596bd561
@ -666,8 +666,6 @@ class LXMPeer:
|
|||||||
self.state = LXMPeer.RESPONSE_RECEIVED
|
self.state = LXMPeer.RESPONSE_RECEIVED
|
||||||
response = request_receipt.response
|
response = request_receipt.response
|
||||||
|
|
||||||
RNS.log(str(response))
|
|
||||||
|
|
||||||
wanted_messages = []
|
wanted_messages = []
|
||||||
wanted_message_ids = []
|
wanted_message_ids = []
|
||||||
|
|
||||||
@ -1463,9 +1461,6 @@ class LXMRouter:
|
|||||||
RNS.log("Cleaned outbound propagation link", RNS.LOG_DEBUG)
|
RNS.log("Cleaned outbound propagation link", RNS.LOG_DEBUG)
|
||||||
|
|
||||||
def clean_transient_id_cache(self):
|
def clean_transient_id_cache(self):
|
||||||
# TODO: Remove
|
|
||||||
RNS.log("Cleaning transient id cache")
|
|
||||||
|
|
||||||
now = time.time()
|
now = time.time()
|
||||||
removed_entries = []
|
removed_entries = []
|
||||||
for transient_id in self.locally_delivered_transient_ids:
|
for transient_id in self.locally_delivered_transient_ids:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user