summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-08-13 22:58:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-08-13 22:58:50 (GMT)
commit9f9b52623e30faa348e672d092baf67582092a50 (patch)
treec64e6d1dbcbfe220512810cca9d14a206d5ed899 /src/H5P.c
parent018a8be1165ad0ac1b7725b4a0f2d9e58384aa9f (diff)
downloadhdf5-9f9b52623e30faa348e672d092baf67582092a50.zip
hdf5-9f9b52623e30faa348e672d092baf67582092a50.tar.gz
hdf5-9f9b52623e30faa348e672d092baf67582092a50.tar.bz2
[svn-r4339] Purpose:
Code cleanup Description: Took out a debugging printf Platforms tested: FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index d022b6e..cf8c923 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -5088,7 +5088,6 @@ herr_t H5Pset(hid_t plist_id, const char *name, void *value)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "invalied property value");
/* Create the new property list class */
-printf("%s: name, value=%u\n",FUNC,name,*(size_t *)(value));
if ((ret_value=H5P_set(plist_id,name,value))<0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTREGISTER, FAIL, "unable to set value in plist");