From 8506118aee20ebdd52f44b829d444b781814afd7 Mon Sep 17 00:00:00 2001
From: Mark Qvist <mark@unsigned.io>
Date: Sat, 11 Jan 2025 01:45:09 +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 e01fa58..f007cc9 100644
--- a/RNS/Interfaces/LocalInterface.py
+++ b/RNS/Interfaces/LocalInterface.py
@@ -238,7 +238,6 @@ class LocalClientInterface(Interface):
             self.online = False
             RNS.log("An interface error occurred, the contained exception was: "+str(e), RNS.LOG_ERROR)
             RNS.log("Tearing down "+str(self), RNS.LOG_ERROR)
-            RNS.trace_exception(e)
             self.teardown()
 
     def detach(self):