Merge "Set touch and tool resolution in TouchInputMapper"
diff --git a/services/inputflinger/dispatcher/InputDispatcher.cpp b/services/inputflinger/dispatcher/InputDispatcher.cpp
index ff2e4a0..f190f67 100644
--- a/services/inputflinger/dispatcher/InputDispatcher.cpp
+++ b/services/inputflinger/dispatcher/InputDispatcher.cpp
@@ -91,7 +91,6 @@
constexpr bool DEBUG_TOUCH_MODE = false;
// Log debug messages about touch occlusion
-// STOPSHIP(b/169067926): Set to false
constexpr bool DEBUG_TOUCH_OCCLUSION = true;
// Log debug messages about the app switch latency optimization.