mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4743]
Purpose: Removed Debugging Statements Description: Did just that. Platforms tested: Linux
This commit is contained in:
parent
258a10c5c5
commit
4df7c41311
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user