summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-12-18 21:48:12 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-12-18 21:48:12 (GMT)
commit4df7c41311c4c290c99e7e179fd567d0f6470f07 (patch)
tree469384578716ff0a56206a7539fce52324367d09 /perform/pio_perf.c
parent258a10c5c5ab423feac9b914a68d8470425138c5 (diff)
downloadhdf5-4df7c41311c4c290c99e7e179fd567d0f6470f07.zip
hdf5-4df7c41311c4c290c99e7e179fd567d0f6470f07.tar.gz
hdf5-4df7c41311c4c290c99e7e179fd567d0f6470f07.tar.bz2
[svn-r4743]
Purpose: Removed Debugging Statements Description: Did just that. Platforms tested: Linux
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index 8aa11d6..8439f36 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -287,8 +287,6 @@ run_test_loop(FILE *output, struct options *opts)
/* we want to run only a select subset of these tests */
io_runs = 0;
- printf("0x%02x\n", opts->io_types);
-
if (opts->io_types & PIO_HDF5)
io_runs |= PIO_HDF5;
@@ -297,8 +295,6 @@ run_test_loop(FILE *output, struct options *opts)
if (opts->io_types & PIO_RAW)
io_runs |= PIO_RAW;
-
- printf("0x%02x\n", io_runs);
}
parms.num_files = opts->num_files;