Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chromeos/components/tether/active_host_unittest.cc

Issue 2916203002: [CrOS Tether] Remove some debug logs in ActiveHostTest which should not have been submitted. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698