misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-08-20 16:12:22 +02:00
parent f79f4bff4c
commit 6c43fb7673
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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
}