summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-12-16 02:58:21 (GMT)
committerGitHub <noreply@github.com>2020-12-16 02:58:21 (GMT)
commitf3629d6148970b43f1625d62e01d57adc7d5fa5d (patch)
tree66bb12f54fadaca548e29d7485f9eb9a553bca00 /src
parentd85f6e2d6a33ffbc03b04a98193ac6e0f3116805 (diff)
downloadhdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.zip
hdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.tar.gz
hdf5-f3629d6148970b43f1625d62e01d57adc7d5fa5d.tar.bz2
Removes debug statement from H5R__open_attr_api_common() (#183)
Diffstat (limited to 'src')
-rw-r--r--src/H5R.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5R.c b/src/H5R.c
index efada16..3122351 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -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")