Index: components/proximity_auth/bluetooth_connection.cc |
diff --git a/components/proximity_auth/bluetooth_connection.cc b/components/proximity_auth/bluetooth_connection.cc |
index d5a2b653101ebbb1d4ca2619a3dc16b8f538d2a2..fdc7103219096d24372cc73747949a532a922bd2 100644 |
--- a/components/proximity_auth/bluetooth_connection.cc |
+++ b/components/proximity_auth/bluetooth_connection.cc |
@@ -120,8 +120,6 @@ |
if (!bluetooth_device) { |
VLOG(1) << "[BC] Device with address " << address |
<< " is not known to the system Bluetooth daemon."; |
- // TOOD(isherman): Optimistically attempt to seek the device and connect |
- // anyway, as was previously implemented in BluetoothConnectionFinder. |
Disconnect(); |
return; |
} |