From 254d6459a53e12b39af6015e681925a70ff46393 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 22 Mar 2011 15:43:00 +0100 Subject: indexamajig: Reduce verbosity a lot --- src/peaks.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/peaks.c') diff --git a/src/peaks.c b/src/peaks.c index 591b9e46..21e60cce 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -492,7 +492,6 @@ RefList *find_projected_peaks(struct image *image, UnitCell *cell, optimise_reflist(reflections); - STATUS("Found %i reflections\n", n_reflections); return reflections; } @@ -559,8 +558,6 @@ int peak_sanity_check(struct image *image, UnitCell *cell, } - STATUS("Sanity factor: %f / %f = %f\n", (float)n_sane, (float)n_feat, - (float)n_sane / (float)n_feat); if ( (float)n_sane / (float)n_feat < 0.1 ) return 0; return 1; -- cgit v1.2.3