Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 630d44e616896cac1e8d8ace9e471ee05ac8c9e8..223438a3b710f9e38c0019c893c0813d2326ad4d 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -363,8 +363,6 @@ std::vector<aura::Window*> Shell::GetAllContainers(int container_id) { |
} |
void Shell::Init() { |
- if (internal::DisplayController::IsVirtualScreenCoordinatesEnabled()) |
- VLOG(1) << "Using virtual screen coordinates"; |
// Install the custom factory first so that views::FocusManagers for Tray, |
// Launcher, and WallPaper could be created by the factory. |
views::FocusManagerFactory::Install(new AshFocusManagerFactory); |