summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/h5repack_verify.c')
-rw-r--r--tools/h5repack/h5repack_verify.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/h5repack/h5repack_verify.c b/tools/h5repack/h5repack_verify.c
index 4f69d5f..94fa561 100644
--- a/tools/h5repack/h5repack_verify.c
+++ b/tools/h5repack/h5repack_verify.c
@@ -182,11 +182,6 @@ int h5repack_verify(const char *fname,
goto error;
if ((dcpl_id=H5Dget_create_plist(dset_id))<0)
goto error;
-
- if (options->verbose) {
- printf(" %-10s %s\n", "dataset",name );
- print_filters(dcpl_id);
- }
/*-------------------------------------------------------------------------
* filter check
@@ -252,11 +247,7 @@ int h5repack_verify(const char *fname,
goto error;
if ((dcpl_id=H5Dget_create_plist(dset_id))<0)
goto error;
-
- if (options->verbose) {
- printf(" %-10s %s\n", "dataset",name );
- print_filters(dcpl_id);
- }
+
/*-------------------------------------------------------------------------
* filter check
*-------------------------------------------------------------------------