提交 c0bc6fd8 编写于 作者: Y Yinan Xu

compress: remove printf in readFromGz

上级 94d5b9d4
......@@ -91,7 +91,7 @@ long readFromGz(void* ptr, const char *file_name, long buf_size, uint8_t load_ty
printf("File size is larger than buf_size!\n");
assert(0);
}
printf("Read %lu bytes from gz stream in total\n", curr_size);
// printf("Read %lu bytes from gz stream in total\n", curr_size);
delete [] temp_page;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册