From 50523729d22be834315ff9084f73a36a235400ab Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 17 Feb 2011 09:53:46 -0800 Subject: Remove "Matching with this cell" output in --verbose --- src/cell.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/cell.c b/src/cell.c index aab7b0f8..0be76ff3 100644 --- a/src/cell.c +++ b/src/cell.c @@ -639,14 +639,6 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, float ltl = 5.0; /* percent */ float angtol = deg2rad(1.5); - if ( verbose ) { - STATUS("Matching with this model cell: " - "----------------------------\n"); - cell_print(template); - STATUS("-------------------------------" - "----------------------------\n"); - } - if ( cell_get_reciprocal(template, &asx, &asy, &asz, &bsx, &bsy, &bsz, &csx, &csy, &csz) ) { -- cgit v1.2.3