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/index.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 317c9200..0459540d 100644 --- a/src/index.c +++ b/src/index.c @@ -140,16 +140,13 @@ void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, case INDEXING_NONE : return; case INDEXING_DIRAX : - STATUS("Running DirAx...\n"); run_dirax(image); break; case INDEXING_MOSFLM : - STATUS("Running MOSFLM...\n"); run_mosflm(image, cell); break; } if ( image->ncells == 0 ) { - STATUS("No candidate cells found.\n"); n++; continue; } @@ -200,7 +197,6 @@ void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, /* Sanity check */ if ( !config_insane && !peak_sanity_check(image, new_cell, 0, 0.1) ) { - STATUS("Failed peak sanity check.\n"); cell_free(new_cell); continue; } -- cgit v1.2.3