From 3289cd1299d9d88ec7d34e604d29444323010536 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 12 Jan 2025 17:28:32 +0100 Subject: [PATCH] Cleanup --- RNS/Interfaces/LocalInterface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Interfaces/LocalInterface.py b/RNS/Interfaces/LocalInterface.py index 633666e..b9c615d 100644 --- a/RNS/Interfaces/LocalInterface.py +++ b/RNS/Interfaces/LocalInterface.py @@ -57,7 +57,6 @@ class LocalClientInterface(Interface): super().__init__() self.HW_MTU = 32768 - # self.HW_MTU = 500 # TODO: Remove debug self.online = False