commit | f081239537fd7cfc42b7171973a5aa679213aa54 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Mon Jun 21 11:18:37 2010 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Mon Jun 21 11:18:37 2010 -0700 |
tree | 92080391d60ce289e2c80f259571ab255fc17587 | |
parent | f3803e65720e36f10124d835cb7d95e53ec6d413 [diff] | |
parent | 7ca23d320e7efa4ed67c22e1c160311671975e7f [diff] |
merge from froyo-plus-aosp Change-Id: I54a4dcd22ae171120e95fbe82fd5e4001dfe05fc
diff --git a/src/com/android/contacts/model/EntityDelta.java b/src/com/android/contacts/model/EntityDelta.java index 9eb7779..cdf2e41 100644 --- a/src/com/android/contacts/model/EntityDelta.java +++ b/src/com/android/contacts/model/EntityDelta.java
@@ -59,7 +59,7 @@ // TODO: optimize by using contentvalues pool, since we allocate so many of them private static final String TAG = "EntityDelta"; - private static final boolean LOGV = true; + private static final boolean LOGV = false; /** * Direct values from {@link Entity#getEntityValues()}.