aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-17 09:53:46 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit50523729d22be834315ff9084f73a36a235400ab (patch)
tree64209f2306a25b4effdcda903e17f1293a6f2446 /src
parentbaad9eef8788397a6cc621b9b7abb03981a20dba (diff)
Remove "Matching with this cell" output in --verbose
Diffstat (limited to 'src')
-rw-r--r--src/cell.c8
1 files changed, 0 insertions, 8 deletions
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) ) {