Commit 9aecc2e1 authored by khorimoto's avatar khorimoto Committed by Commit Bot

[CrOS Tether] Remove some debug logs in ActiveHostTest which should not have been submitted.

BUG=672263

Review-Url: https://codereview.chromium.org/2916203002
Cr-Commit-Position: refs/heads/master@{#476484}
parent 6c0fedf2
......@@ -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;
......
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