From 6c43fb7673fe2c04b4b0564331860bb9da45d1d6 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Mon, 20 Aug 2018 16:12:22 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/ble_recon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ble_recon.go b/modules/ble_recon.go index 3b9e05ee..c082e0b7 100644 --- a/modules/ble_recon.go +++ b/modules/ble_recon.go @@ -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 }