mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
remove debug messages
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user