Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / shared / platform / win / nacl_host_desc.c
index 5b25478..8a156e0 100644 (file)
@@ -586,11 +586,6 @@ uintptr_t NaClHostDescMap(struct NaClHostDesc *d,
   size_t    chunk_offset;
   size_t    chunk_size;
 
-  NaClLog(4,
-          ("NaClHostDescMap(0x%08"NACL_PRIxPTR", 0x%08"NACL_PRIxPTR
-           ", 0x%"NACL_PRIxS", 0x%x, 0x%x, 0x%016"NACL_PRIxNACL_OFF64")\n"),
-          (uintptr_t) d, (uintptr_t) start_addr,
-          len, prot, flags, offset);
   if (NULL == d && 0 == (flags & NACL_ABI_MAP_ANONYMOUS)) {
     NaClLog(LOG_FATAL, "NaClHostDescMap: 'this' is NULL and not anon map\n");
   }