mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -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) {
|
if (comps.length > 1) {
|
||||||
String keyUuid = comps[0];
|
String keyUuid = comps[0];
|
||||||
if (accountUuids.contains(keyUuid) == false) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user