From 9f9b52623e30faa348e672d092baf67582092a50 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 13 Aug 2001 17:58:50 -0500 Subject: [svn-r4339] Purpose: Code cleanup Description: Took out a debugging printf Platforms tested: FreeBSD 4.4 (hawkwind) --- src/H5P.c | 1 - 1 file changed, 1 deletion(-) 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"); -- cgit v0.12