Turn off debug logging.
Change-Id: I8dcfbb1f91d63e9126822a0c45b34cb21c09fa2a
This commit is contained in:
@ -12,7 +12,7 @@ import java.io.PrintWriter;
|
|||||||
|
|
||||||
public class DimLayer {
|
public class DimLayer {
|
||||||
private static final String TAG = "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. */
|
/** Reference to the owner of this object. */
|
||||||
final DisplayContent mDisplayContent;
|
final DisplayContent mDisplayContent;
|
||||||
|
Reference in New Issue
Block a user