summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-04-25 18:29:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-04-25 18:29:27 (GMT)
commit53d0c6b050ee99b2844646b4e8990cf82b451eb1 (patch)
treec397e95d3bfad89ae0790a33e70bb5d0849dbec2 /src/H5FDlog.c
parentfd6731e7cd2aeaf89d3363c15b365c23e81a1e2b (diff)
downloadhdf5-53d0c6b050ee99b2844646b4e8990cf82b451eb1.zip
hdf5-53d0c6b050ee99b2844646b4e8990cf82b451eb1.tar.gz
hdf5-53d0c6b050ee99b2844646b4e8990cf82b451eb1.tar.bz2
[svn-r5261] Purpose:
Code cleanup Description: Remove more debugging printf's that were ifdef'd out. Platforms tested: FreeBSD 4.5 (sleipnir)
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) {