aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-22 15:43:00 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit254d6459a53e12b39af6015e681925a70ff46393 (patch)
tree3c1bb1427d366a96a66ba15839c3e3b22a92c714 /src/cell.c
parente397d27fbbfdc93449ed729fe48eda4f40f020e4 (diff)
indexamajig: Reduce verbosity a lot
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cell.c b/src/cell.c
index 57f705af..cd0e0975 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -795,11 +795,6 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose,
}
}
- if ( new_cell != NULL ) {
- STATUS("Success! --------------- \n");
- cell_print(new_cell);
- }
-
free(cand[0]);
free(cand[1]);
free(cand[2]);