mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
143f95adb7
commit
06627421e1
|
@ -97,7 +97,7 @@ public class ContentType {
|
|||
rem = rem.substring(0, b + 9) + '"' + rem.substring(b + 9) + '"';
|
||||
else
|
||||
rem = rem.substring(0, b + 9) + '"' + rem.substring(b + 9, semi) + '"' + rem.substring(semi);
|
||||
eu.faircode.email.Log.w("Fixed boundary: " + rem);
|
||||
eu.faircode.email.Log.i("Fixed boundary: " + rem);
|
||||
}
|
||||
list = new ParameterList(rem);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue