src/H5Block.c

- printf for debug output removed
This commit is contained in:
2006-09-22 20:52:12 +00:00
parent 990a359f14
commit 921746273d
-1
View File
@@ -963,7 +963,6 @@ H5Block3dReadScalarField (
CHECK_TIMEGROUP ( f );
CHECK_LAYOUT ( f );
printf ( "data: %lx\n", (unsigned long)data );
h5part_int64_t herr = _open_field_group ( f, name );
if ( herr < 0 ) return herr;