aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-22 15:43:00 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit254d6459a53e12b39af6015e681925a70ff46393 (patch)
tree3c1bb1427d366a96a66ba15839c3e3b22a92c714 /src/hdf5-file.c
parente397d27fbbfdc93449ed729fe48eda4f40f020e4 (diff)
indexamajig: Reduce verbosity a lot
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;
}