mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r26812] Removed printf debugging statements.
Tested: trival.
This commit is contained in:
parent
41302a1ea6
commit
1644eda6de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user