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)