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

Commit ee763b35 authored by Shriram Ganesh's avatar Shriram Ganesh Committed by Etan Cohen
Browse files

Stop output of call number to logs

Bug: 19602904
Change-Id: Ieb6ae8d5ab27571d1f6cf91c530713f22b21b513
parent eda354b7
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() + " }";
    }