Cleanup
This commit is contained in:
parent
0c34dae1af
commit
b2596bd561
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue