Merge "Remove verbose log showing all accounts."
diff --git a/src/com/android/contacts/model/AccountTypes.java b/src/com/android/contacts/model/AccountTypes.java
index 97ec958..f7a49a4 100644
--- a/src/com/android/contacts/model/AccountTypes.java
+++ b/src/com/android/contacts/model/AccountTypes.java
@@ -259,8 +259,8 @@
             } catch (RemoteException e) {
                 Log.e(TAG, "Cannot obtain sync flag for account: " + account, e);
             }
-            Log.d(TAG, String.format("found account (name: %s, type: %s, syncable: %b",
-                    account.name, account.type, syncable));
+            // Log.v(TAG, String.format("found account (name: %s, type: %s, syncable: %b",
+            // account.name, account.type, syncable));
             if (syncable) {
                 // Ensure we have details loaded for each account
                 final BaseAccountType accountType = getInflatedSource(account.type,