From 4e1519eeadbfbfe65d0b000a3af610bec77bbfc3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 13 Nov 2009 12:17:31 +0100 Subject: Remove message (happy that this works) --- src/hdf5-file.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/hdf5-file.c') diff --git a/src/hdf5-file.c b/src/hdf5-file.c index 459f285c..d90dd6b3 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -59,10 +59,7 @@ int hdf5_write(const char *filename, const uint16_t *data, /* Muppet check */ H5Sget_simple_extent_dims(sh, size, max_size); - printf("Data dimensions %i %i (max %i %i)\n", - (int)size[1], (int)size[0], - (int)max_size[1], (int)max_size[0]); - + r = H5Dwrite(dh, H5T_NATIVE_UINT16, H5S_ALL, H5S_ALL, H5P_DEFAULT, data); if ( r < 0 ) { -- cgit v1.2.3