Turn off debug in CellInfoLte.

Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
This commit is contained in:
Wink Saville
2013-02-12 10:47:32 -08:00
parent 0ef4397125
commit e2c5081218

View File

@@ -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;