am 30802a7e: am bb58303b: Fixing use of green button in call log

Merge commit '30802a7e5dc77512191bcdde44640565212b4243' into gingerbread-plus-aosp

* commit '30802a7e5dc77512191bcdde44640565212b4243':
  Fixing use of green button in call log
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()}.