Commit dee1264c authored by Ryan Hansberry's avatar Ryan Hansberry Committed by Commit Bot

Remove unhelpful debug log in Smart Lock setup.

This log is not informative, and spams hundreds of lines in the logs.

TBR=jhawkins@chromium.org

Bug: 824568, 752273
Change-Id: I7dbce85d6b0bd7f9a4389466dad79af5299085e5
Reviewed-on: https://chromium-review.googlesource.com/1101932Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Ryan Hansberry <hansberry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567461}
parent 6bca1b08
...@@ -37,8 +37,6 @@ bool BluetoothLowEnergySetupConnectionFinder::IsRightDevice( ...@@ -37,8 +37,6 @@ bool BluetoothLowEnergySetupConnectionFinder::IsRightDevice(
return false; return false;
BluetoothDevice::UUIDSet uuids = device->GetUUIDs(); BluetoothDevice::UUIDSet uuids = device->GetUUIDs();
PA_LOG(INFO) << "Device " << device->GetAddress() << " has " << uuids.size()
<< " services.";
return base::ContainsKey(uuids, remote_service_uuid_); return base::ContainsKey(uuids, remote_service_uuid_);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment