mirror of https://github.com/M66B/FairEmail.git
Reduce logging
This commit is contained in:
parent
2ffa73a196
commit
b2776f2c74
|
@ -1269,7 +1269,7 @@ class Core {
|
|||
|
||||
if (update)
|
||||
db.message().updateMessage(message);
|
||||
else
|
||||
else if (BuildConfig.DEBUG)
|
||||
Log.i(folder.name + " unchanged uid=" + uid);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue