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

Commit 8a3c6ffc authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "Stop output of call number to logs" into lmp-mr1-wfc-dev

automerge: 817d718d

* commit '817d718d':
  Stop output of call number to logs
parents cf9f5a16 817d718d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ public class ImsCallProfile implements Parcelable {
        return "{ serviceType=" + mServiceType +
                ", callType=" + mCallType +
                ", restrictCause=" + mRestrictCause +
                ", callExtras=" + mCallExtras.toString() +
                //", callExtras=" + mCallExtras.toString() +
                ", mediaProfile=" + mMediaProfile.toString() + " }";
    }