From eb8bff819e4313357229aeeaf976af4d34132571 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Sep 2010 18:26:22 +0200 Subject: Don't complain if saturation table can't be opened In more recent data, we don't use it. --- src/hdf5-file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hdf5-file.c') diff --git a/src/hdf5-file.c b/src/hdf5-file.c index 6037baf9..09e9c91f 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -243,7 +243,6 @@ static void debodge_saturation(struct hdfile *f, struct image *image) H5P_DEFAULT); if ( dh < 0 ) { - ERROR("Couldn't open saturation table.\n"); return; } -- cgit v1.2.3