[svn-r26812] Removed printf debugging statements.

Tested: trival.
This commit is contained in:
Scot Breitenfeld 2015-04-15 08:45:06 -05:00
parent 41302a1ea6
commit 1644eda6de

View File

@ -51,9 +51,7 @@ nh5zunregister_c (int_f *filter)
* Call H5Zunregister function.
*/
c_filter = (H5Z_filter_t)*filter;
printf(" filter # %d \n", (int)c_filter);
status = H5Zunregister(c_filter);
printf("From C zunregister %d \n", status);
if (status < 0) return ret_value;
ret_value = 0;
return ret_value;