Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c34bc117 authored by Craig Mautner's avatar Craig Mautner
Browse files

Turn off debug logging.

Change-Id: I8dcfbb1f91d63e9126822a0c45b34cb21c09fa2a
parent 995c25bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;