am 35bb6969: set up fast-forward from froyo-release to gingerbread

Merge commit '35bb69698c173f8b55f24c2bff9d77023ddb5844' into gingerbread-plus-aosp

* commit '35bb69698c173f8b55f24c2bff9d77023ddb5844':
  Fix a regression with lookupKeys that contain special characters
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()}.