From 171f43f4e3f114f5da386686a9e14be6d06a98b5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 30 Jun 2022 19:32:29 +0200 Subject: [PATCH] Cleanup --- RNS/Interfaces/I2PInterface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/RNS/Interfaces/I2PInterface.py b/RNS/Interfaces/I2PInterface.py index 5e7d7b8..814011a 100644 --- a/RNS/Interfaces/I2PInterface.py +++ b/RNS/Interfaces/I2PInterface.py @@ -310,8 +310,6 @@ class I2PController: else: i2ptunnel = self.i2plib_tunnels[i2p_b32] if hasattr(i2ptunnel, "status"): - # TODO: Remove - # RNS.log(str(i2ptunnel.status)) i2p_exception = i2ptunnel.status["exception"] if i2ptunnel.status["setup_ran"] == False: