suppress spurious debug log
diff --git a/modules/gralloc/mapper.cpp b/modules/gralloc/mapper.cpp
index bbcffac..57ea5d8 100644
--- a/modules/gralloc/mapper.cpp
+++ b/modules/gralloc/mapper.cpp
@@ -283,9 +283,9 @@
                 LOGE("handle %p already locked for read", handle);
                 return -EBUSY;
             } else {
-                // this is not an error, but for now we want to know
-                LOGD("%p already locked for read... count = %d", 
-                        handle, (current_value & ~(1<<31)));
+                // this is not an error
+                //LOGD("%p already locked for read... count = %d", 
+                //        handle, (current_value & ~(1<<31)));
             }
         }