diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-12 20:17:15 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-12 20:17:15 (GMT) |
commit | 5a38ab71be7d31768e8d3ffbeee4859baf1eee54 (patch) | |
tree | 7490ca323cd4cd955b76250568f00d72b1ef6034 /src | |
parent | c81e31021404765a829c623986b6f7e55fa8b713 (diff) | |
download | hdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.zip hdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.tar.gz hdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.tar.bz2 |
Remove unused debugging print in '#if 0' block
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dint.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c index c378326..f8c3d79 100644 --- a/src/H5Dint.c +++ b/src/H5Dint.c @@ -1024,11 +1024,6 @@ H5D__update_oh_info(H5F_t *file, H5D_t *dset, hid_t dapl_id) if(NULL == (oh = H5O_pin(oloc))) HGOTO_ERROR(H5E_DATASET, H5E_CANTPIN, FAIL, "unable to pin dataset object header") -#if 0 - HDprintf("DATATYPE SIZE: %lu\n", - H5O_msg_size_oh(file, oh, H5O_DTYPE_ID, type, 0)); -#endif /* TESTING DEBUG */ - /* Write the dataspace header message */ if(H5S_append(file, oh, dset->shared->space) < 0) HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to update dataspace header message") |