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

Commit 93dcff01 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging a little bit.

Change-Id: I5760eb7d6d6ed5e8a3426e92c835e8a71e10cdbb
parent 8a35cbf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import java.util.Map;
public class TileUtils {

    private static final boolean DEBUG = false;
    private static final boolean DEBUG_TIMING = true;
    private static final boolean DEBUG_TIMING = false;

    private static final String LOG_TAG = "TileUtils";