mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Turn off some logging
This commit is contained in:
parent
a7e134164f
commit
a756f70eb6
@ -63,7 +63,7 @@ public class StorageExporter {
|
||||
if (comps.length > 1) {
|
||||
String keyUuid = comps[0];
|
||||
if (accountUuids.contains(keyUuid) == false) {
|
||||
Log.i(K9.LOG_TAG, "Skipping key " + key + " which is not for any current account");
|
||||
//Log.i(K9.LOG_TAG, "Skipping key " + key + " which is not for any current account");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user