Skip to content

Commit

Permalink
[CrOS Tether] Remove some debug logs in ActiveHostTest which should n…
Browse files Browse the repository at this point in the history
…ot have been submitted.

BUG=672263

Review-Url: https://codereview.chromium.org/2916203002
Cr-Commit-Position: refs/heads/master@{#476484}
  • Loading branch information
khorimoto authored and Commit Bot committed Jun 1, 2017
1 parent 6c0fedf commit 9aecc2e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chromeos/components/tether/active_host_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9aecc2e

Please sign in to comment.