mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Removed some logging (too verbose)
This commit is contained in:
parent
ac6358ec5c
commit
d61c7a192c
@ -150,9 +150,7 @@ public class Address {
|
||||
|
||||
public String toEncodedString() {
|
||||
if (mPersonal != null) {
|
||||
String s = EncoderUtil.encodeAddressDisplayName(mPersonal) + " <" + mAddress + ">";
|
||||
Log.v(Email.LOG_TAG, s);
|
||||
return s;
|
||||
return EncoderUtil.encodeAddressDisplayName(mPersonal) + " <" + mAddress + ">";
|
||||
} else {
|
||||
return mAddress;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user