diff --git a/services/java/com/android/server/wm/DimLayer.java b/services/java/com/android/server/wm/DimLayer.java index 162caf5958260..4c7add96ac8ad 100644 --- a/services/java/com/android/server/wm/DimLayer.java +++ b/services/java/com/android/server/wm/DimLayer.java @@ -12,7 +12,7 @@ import java.io.PrintWriter; public class DimLayer { private static final String TAG = "DimLayer"; - private static final boolean DEBUG = true; + private static final boolean DEBUG = false; /** Reference to the owner of this object. */ final DisplayContent mDisplayContent;