From 90174fcc28c8a35f807b6b37a82bfd0499a83170 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 9 Dec 2021 17:02:13 +0100 Subject: [PATCH] Cleanup --- RNS/Interfaces/AutoInterface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index e8a69cc..c5bc27e 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -56,9 +56,6 @@ class AutoInterface(Interface): self.ignored_interfaces = [] else: self.ignored_interfaces = ignored_interfaces - RNS.log("aifs_arg: "+str(allowed_interfaces)) - RNS.log("iifs_arg: "+str(ignored_interfaces)) - RNS.log("Ignored ifs: "+str(self.ignored_interfaces)) if group_id == None: self.group_id = AutoInterface.DEFAULT_GROUP_ID