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

Commit e2c50812 authored by Wink Saville's avatar Wink Saville
Browse files

Turn off debug in CellInfoLte.

Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
parent 0ef43971
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import android.telephony.Rlog;
public final class CellInfoLte extends CellInfo implements Parcelable {

    private static final String LOG_TAG = "CellInfoLte";
    private static final boolean DBG = true;
    private static final boolean DBG = false;

    private CellIdentityLte mCellIdentityLte;
    private CellSignalStrengthLte mCellSignalStrengthLte;