suppress debug log
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp
index b103daa..2cf6e02 100644
--- a/modules/gralloc/gralloc.cpp
+++ b/modules/gralloc/gralloc.cpp
@@ -252,7 +252,7 @@
                     sAllocator.deallocate(offset);
                     fd = -1;
                 }
-                LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset);
+                //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset);
             }
         }
     }