commit | ec486124286ab16faae07e548163f1029528e5aa | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Jun 15 11:15:17 2010 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Jun 15 11:15:17 2010 -0700 |
tree | 246e0ca55e5123e2c4419ce9ceade0972163856a | |
parent | b8f4f4780dcb7c343c28e5861194248f20fdfd13 [diff] | |
parent | 19316d09f5d74028aea7557d93354a57645d0406 [diff] |
merge from open-source master Change-Id: Ica186e494a0a2693a5498639448c36d17bb2959f
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()}.