aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-19 23:22:28 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:43 +0100
commiteb42f25bab41efb6ca0c06bf8a600b93257afa01 (patch)
tree8dd3aaed31c1a69e6a520d9e8340fea495643031 /libcrystfel/src/hdf5-file.c
parent5a6a14cb592f9d3aa29837a9d7076c1a1277f3b7 (diff)
Reduce verbosity
Diffstat (limited to 'libcrystfel/src/hdf5-file.c')
-rw-r--r--libcrystfel/src/hdf5-file.c1
1 files changed, 0 insertions, 1 deletions
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;
}