mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Reduced logging
This commit is contained in:
@@ -436,10 +436,9 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
boolean email = matcher.group().contains("@") && !matcher.group().contains(":");
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("Web url=" + matcher.group() +
|
||||
" " + matcher.start() + "..." + matcher.end() + "/" + text.length() +
|
||||
" linked=" + linked + " email=" + email + " count=" + links);
|
||||
Log.d("Web url=" + matcher.group() +
|
||||
" " + matcher.start() + "..." + matcher.end() + "/" + text.length() +
|
||||
" linked=" + linked + " email=" + email + " count=" + links);
|
||||
|
||||
if (linked)
|
||||
span.appendText(text.substring(pos, matcher.end()));
|
||||
|
||||
Reference in New Issue
Block a user