From 5a38ab71be7d31768e8d3ffbeee4859baf1eee54 Mon Sep 17 00:00:00 2001 From: Jacob Smith Date: Wed, 12 Dec 2018 14:17:15 -0600 Subject: Remove unused debugging print in '#if 0' block --- src/H5Dint.c | 5 ----- 1 file changed, 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") -- cgit v0.12