From 1ccfa9079cf6781effdda661bab334a3dab5f6f0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 22 Feb 2022 14:49:43 +0100 Subject: [PATCH] Work on AutoInterface recovery on WiFi carrier loss --- RNS/Interfaces/AutoInterface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index 10fb4a7..78786a4 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -258,8 +258,6 @@ class AutoInterface(Interface): if ifname != None: self.multicast_echoes[ifname] = time.time() - # TODO: Remove - RNS.log(str(self)+" updated multicast echo time to "+str(self.multicast_echoes[ifname])+" for "+str(addr)+".", RNS.LOG_DEBUG) else: RNS.log("Received multicast echo on unexpected interface", RNS.LOG_WARNING)