Index: chromeos/dbus/bluetooth_node_client.cc |
diff --git a/chromeos/dbus/bluetooth_node_client.cc b/chromeos/dbus/bluetooth_node_client.cc |
index 3b70ea1b6a9bdbadee9882c4d5a56b616ed4cf79..b421e2719392250183bc547ee616c7ffac0391d9 100644 |
--- a/chromeos/dbus/bluetooth_node_client.cc |
+++ b/chromeos/dbus/bluetooth_node_client.cc |
@@ -42,8 +42,6 @@ class BluetoothNodeClientImpl: public BluetoothNodeClient, |
BluetoothDeviceClient* device_client) |
: bus_(bus), |
weak_ptr_factory_(this) { |
- DVLOG(1) << "Creating BluetoothNodeClientImpl"; |
- |
DCHECK(device_client); |
device_client->AddObserver(this); |
} |