diff options
author | Thomas White <taw@physics.org> | 2011-03-22 15:43:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | 254d6459a53e12b39af6015e681925a70ff46393 (patch) | |
tree | 3c1bb1427d366a96a66ba15839c3e3b22a92c714 /src/cell.c | |
parent | e397d27fbbfdc93449ed729fe48eda4f40f020e4 (diff) |
indexamajig: Reduce verbosity a lot
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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]); |