From c433a6c2d54c56c63d38e7529a36321cc006f0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fr=C3=A9d=C3=A9ric?= Date: Mon, 17 Feb 2025 00:49:46 +0100 Subject: [PATCH] remove debug messages --- pwnagotchi/plugins/default/bt-tether.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index afced4d3..dc12e71d 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -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):