Index: chromeos/dbus/bluetooth_input_client.cc |
diff --git a/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc |
index 60b9f223703042c8282850c59d5be5074409290f..4c7863a197ed93f4305d32295c8575a9c2663b9d 100644 |
--- a/chromeos/dbus/bluetooth_input_client.cc |
+++ b/chromeos/dbus/bluetooth_input_client.cc |
@@ -53,8 +53,6 @@ class BluetoothInputClientImpl: public BluetoothInputClient, |
BluetoothAdapterClient* adapter_client) |
: bus_(bus), |
weak_ptr_factory_(this) { |
- DVLOG(1) << "Creating BluetoothInputClientImpl"; |
- |
DCHECK(adapter_client); |
adapter_client->AddObserver(this); |
} |