aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) ) {