mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-28 03:36:45 +02:00
Reduce logging
This commit is contained in:
@@ -1269,7 +1269,7 @@ class Core {
|
||||
|
||||
if (update)
|
||||
db.message().updateMessage(message);
|
||||
else
|
||||
else if (BuildConfig.DEBUG)
|
||||
Log.i(folder.name + " unchanged uid=" + uid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user