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/mosflm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mosflm.c') 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