| Index: chromeos/components/tether/active_host_unittest.cc
|
| diff --git a/chromeos/components/tether/active_host_unittest.cc b/chromeos/components/tether/active_host_unittest.cc
|
| index 09344d4d9786d3da00d72be94f7b76869e4a71ab..12e05c1158e69a77bbb2373ec8438941bbc9aab7 100644
|
| --- a/chromeos/components/tether/active_host_unittest.cc
|
| +++ b/chromeos/components/tether/active_host_unittest.cc
|
| @@ -37,13 +37,6 @@ struct GetActiveHostResult {
|
| devices_equal = !other.remote_device;
|
| }
|
|
|
| - LOG(ERROR) << (active_host_status == other.active_host_status);
|
| - LOG(ERROR) << devices_equal;
|
| - LOG(ERROR) << (other.tether_network_guid);
|
| - LOG(ERROR) << (tether_network_guid);
|
| - LOG(ERROR) << (other.wifi_network_guid);
|
| - LOG(ERROR) << (wifi_network_guid);
|
| -
|
| return active_host_status == other.active_host_status && devices_equal &&
|
| tether_network_guid == other.tether_network_guid &&
|
| wifi_network_guid == other.wifi_network_guid;
|
|
|