diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2020-12-16 02:58:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 02:58:21 (GMT) |
commit | f3629d6148970b43f1625d62e01d57adc7d5fa5d (patch) | |
tree | 66bb12f54fadaca548e29d7485f9eb9a553bca00 | |
parent | d85f6e2d6a33ffbc03b04a98193ac6e0f3116805 (diff) | |
download | hdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.zip hdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.tar.gz hdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.tar.bz2 |
Removes debug statement from H5R__open_attr_api_common() (#183)
-rw-r--r-- | src/H5R.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -782,7 +782,6 @@ H5R__open_attr_api_common(H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t aapl_id, void FUNC_ENTER_STATIC - fprintf(stderr, "H5R__open_attr_api_common is here\n"); /* Check args */ if (ref_ptr == NULL) HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, H5I_INVALID_HID, "invalid reference pointer") |