diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-15 13:47:13 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-15 13:47:13 (GMT) |
commit | b2c16be7b0469c57da1a7fdadadb2080544ec2e2 (patch) | |
tree | 0090e2418b1617ccc5ab6c021b449fc331105699 /fortran | |
parent | 02e26326adbe116dc57238fe3a217f6a9d3f568b (diff) | |
download | hdf5-b2c16be7b0469c57da1a7fdadadb2080544ec2e2.zip hdf5-b2c16be7b0469c57da1a7fdadadb2080544ec2e2.tar.gz hdf5-b2c16be7b0469c57da1a7fdadadb2080544ec2e2.tar.bz2 |
[svn-r26813] Removed printf debug statements.
Tested: trival
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Zf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5Zf.c b/fortran/src/H5Zf.c index 0427c23..169e018 100644 --- a/fortran/src/H5Zf.c +++ b/fortran/src/H5Zf.c @@ -51,9 +51,7 @@ nh5zunregister_c (int_f *filter) * Call H5Zunregister function. */ c_filter = (H5Z_filter_t)*filter; - printf(" filter # %d \n", (int)c_filter); status = H5Zunregister(c_filter); - printf("From C zunregister %d \n", status); if (status < 0) return ret_value; ret_value = 0; return ret_value; |