remove debug messages

This commit is contained in:
frédéric
2025-02-17 00:49:46 +01:00
parent 7dd809afe0
commit c433a6c2d5

View File

@ -146,8 +146,6 @@ class BTTether(plugins.Plugin):
except Exception as exp:
logging.error(f"[BT-Tether] Error with {cmd}")
logging.error(f"[BT-Tether] Exception : {exp}")
logging.error(f"[BT-Tether] STDOUT : {result.stdout}")
logging.error(f"[BT-Tether] STDERR : {result.stderr}")
raise exp
def bluetoothctl(self, args, pattern=None):