#2326 - removed port_name print statement

This commit is contained in:
Chris McCarthy
2024-02-29 14:08:42 +00:00
parent cf0674ce22
commit 8f0de8521e

View File

@@ -51,7 +51,6 @@ class PacketCapture:
self.setup_logger(outbound=False)
self.setup_logger(outbound=True)
print(port_name)
def setup_logger(self, outbound: bool = False):
"""Set up the logger configuration."""