Turn off some logging

This commit is contained in:
danapple 2011-02-27 13:36:36 -06:00
parent a7e134164f
commit a756f70eb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}