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

Unified Diff: ui/display/manager/chromeos/display_change_observer.cc

Issue 2721633002: Remove unneeded verbose logging for displays. (Closed)
Patch Set: Created 3 years, 10 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 | ui/display/manager/chromeos/touchscreen_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/chromeos/display_change_observer.cc
diff --git a/ui/display/manager/chromeos/display_change_observer.cc b/ui/display/manager/chromeos/display_change_observer.cc
index 95a1e5790a2703eb227cd43725c0ada0e8e63066..f4206c7e83d51a8968743098ed68ff90fef6aa6e 100644
--- a/ui/display/manager/chromeos/display_change_observer.cc
+++ b/ui/display/manager/chromeos/display_change_observer.cc
@@ -293,8 +293,6 @@ void DisplayChangeObserver::OnTouchscreenDeviceConfigurationChanged() {
const auto& cached_displays = display_configurator_->cached_displays();
if (!cached_displays.empty())
OnDisplayModeChanged(cached_displays);
- else
- VLOG(1) << "Not updating touchscreen associations";
}
// static
« no previous file with comments | « no previous file | ui/display/manager/chromeos/touchscreen_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698