diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-13 22:58:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-13 22:58:50 (GMT) |
commit | 9f9b52623e30faa348e672d092baf67582092a50 (patch) | |
tree | c64e6d1dbcbfe220512810cca9d14a206d5ed899 /src | |
parent | 018a8be1165ad0ac1b7725b4a0f2d9e58384aa9f (diff) | |
download | hdf5-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')
-rw-r--r-- | src/H5P.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); |