diff options
author | Thomas White <taw@physics.org> | 2020-10-07 14:33:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-10-07 14:33:06 +0200 |
commit | 452159fe436eab1fd89bd11ef17941b95f80bf43 (patch) | |
tree | 356b19cf12e21aa56e7ea39fc14df259b2ee31fb /libcrystfel | |
parent | d225f8ea82fdbc84b22faa6adbffcd32107cb2ff (diff) |
Fussiness
Commented out debug message is no longer relevant
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/indexers/taketwo.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcrystfel/src/indexers/taketwo.c b/libcrystfel/src/indexers/taketwo.c index 5dbc55bd..d54091c7 100644 --- a/libcrystfel/src/indexers/taketwo.c +++ b/libcrystfel/src/indexers/taketwo.c @@ -2150,11 +2150,6 @@ int taketwo_index(struct image *image, void *priv) tp->xtal_num = image->n_crystals; } - /* - STATUS("Indexing %i with %i attempts, %i crystals\n", this_serial, tp->attempts, - image->n_crystals); - */ - rlps = malloc((image_feature_count(image->features)+1)*sizeof(struct rvec)); for ( i=0; i<image_feature_count(image->features); i++ ) { struct imagefeature *pk = image_get_feature(image->features, i); |