From eb42f25bab41efb6ca0c06bf8a600b93257afa01 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Jan 2012 23:22:28 -0800 Subject: Reduce verbosity --- libcrystfel/src/hdf5-file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 355e97f1..346322cb 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -496,7 +496,6 @@ double get_value(struct hdfile *f, const char *name) dh = H5Dopen2(f->fh, name, H5P_DEFAULT); if ( dh < 0 ) { - ERROR("Couldn't open data\n"); return 0.0; } -- cgit v1.2.3