am 15a5ad8e: Give the android core shared user a label.
Merge commit '15a5ad8e044d34f3e4c9669a87c23c721fd8d2a4' into gingerbread-plus-aosp
* commit '15a5ad8e044d34f3e4c9669a87c23c721fd8d2a4':
Give the android core shared user a label.
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()}.