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

Commit 9fcf3ca4 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging a little bit.

Change-Id: Iec36925e3aff1490c8808bdc7a6bd39e7d549556
parent 9f6798a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import java.util.concurrent.CountDownLatch;
@SystemApi
public class RttManager {

    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final String TAG = "RttManager";

    /** @deprecated It is Not supported anymore. */