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

Commit 9c374cb3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable Logspam in PlmnActRecord"

parents 0fccef72 7234fdc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class PlmnActRecord implements Parcelable {
    public final String plmn;
    public final int accessTechs;

    private static final boolean VDBG = true;
    private static final boolean VDBG = false;

    public static final Parcelable.Creator<PlmnActRecord> CREATOR =
            new Parcelable.Creator<PlmnActRecord>() {