| Index: device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| index 8683ba76ae77b372d4f8617bc097811153481834..db396824e8edcf3a850436319bdf2b9e1d565eca 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -176,13 +176,11 @@ void BluetoothLowEnergyDeviceMac::ConnectToServiceInsecurely(
|
|
|
| void BluetoothLowEnergyDeviceMac::CreateGattConnectionImpl() {
|
| if (!IsGattConnected()) {
|
| - VLOG(1) << *this << ": CreateGattConnection.";
|
| GetMacAdapter()->CreateGattConnection(this);
|
| }
|
| }
|
|
|
| void BluetoothLowEnergyDeviceMac::DisconnectGatt() {
|
| - VLOG(1) << *this << ": Disconnect.";
|
| GetMacAdapter()->DisconnectGatt(this);
|
| }
|
|
|
|
|