aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index f025acee..98e18cb0 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -161,7 +161,6 @@ int get_peaks(struct image *image, struct hdfile *f)
image_add_feature(image->features, fs, ss, image, val, NULL);
}
- STATUS("Got %i peaks from peak list.\n", (int)size[0]);
free(buf);
H5Sclose(sh);
@@ -323,7 +322,6 @@ static void debodge_saturation(struct hdfile *f, struct image *image)
if ( dh < 0 ) {
/* This isn't an error */
- STATUS("No saturation table found.\n");
return;
}