diff options
-rw-r--r-- | src/hdf5-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |