mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 15:46:59 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f79f4bff4c
commit
6c43fb7673
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ func (d *BLERecon) Configure() (err error) {
|
|||
log.Info("Initializing BLE device ...")
|
||||
|
||||
// hey Paypal GATT library, could you please just STFU?!
|
||||
// golog.SetOutput(ioutil.Discard)
|
||||
golog.SetOutput(ioutil.Discard)
|
||||
if d.gattDevice, err = gatt.NewDevice(defaultBLEClientOptions...); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue