From 683220d0f8038018d7e63ebff56611a645b346af Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 23 Mar 2011 14:58:01 +0100 Subject: Remove more verbosity --- src/dirax.c | 1 - src/mosflm.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'src') diff --git a/src/dirax.c b/src/dirax.c index 291dc85b..067b3599 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -237,7 +237,6 @@ static void dirax_send_next(struct image *image, struct dirax_data *dirax) case 8 : if ( dirax->best_acl_nh == 0 ) { - STATUS("No more cells to try.\n"); /* At this point, DirAx is presenting its ACL prompt * and waiting for a single number. Use an extra * newline to choose automatic ACL selection before diff --git a/src/mosflm.c b/src/mosflm.c index 593b04eb..b4906921 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -122,7 +122,6 @@ static int read_newmat(const char *filename, struct image *image) fh = fopen(filename, "r"); if ( fh == NULL ) { - STATUS("No NEWMAT file (autoindexing was unsuccessful).\n"); return 1; } n = fscanf(fh, "%f %f %f\n", &asx, &bsx, &csx); @@ -595,7 +594,6 @@ void run_mosflm(struct image *image, UnitCell *cell) * Existence of this file means possible success. Pretty shady. */ fail = read_newmat(mosflm->newmatfile, image); if ( fail ) { - ERROR("Failed to read MOSFLM's NEWMAT file.\n"); return; } -- cgit v1.2.3