summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 0e4a094..23a3943 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -809,9 +809,6 @@ H5FD_log_alloc(H5FD_t *_file, H5FD_mem_t type, hsize_t size)
file->eoa = addr+size;
-#ifdef QAK
-printf("%s: flavor=%s, size=%lu\n",FUNC,flavors[type],(unsigned long)size);
-#endif /* QAK */
/* Retain the (first) flavor of the information written to the file */
if(file->fa.flags!=0) {
if(file->fa.flags&H5FD_LOG_FLAVOR) {