mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Reduced logging
This commit is contained in:
@@ -218,9 +218,8 @@ class ImageHelper {
|
||||
boolean embedded = a.source.startsWith("cid:");
|
||||
boolean data = a.source.startsWith("data:");
|
||||
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("Image show=" + show + " inline=" + inline +
|
||||
" embedded=" + embedded + " data=" + data + " source=" + a.source);
|
||||
Log.d("Image show=" + show + " inline=" + inline +
|
||||
" embedded=" + embedded + " data=" + data + " source=" + a.source);
|
||||
|
||||
// Embedded images
|
||||
if (embedded && (show || inline)) {
|
||||
|
||||
Reference in New Issue
Block a user