From 452159fe436eab1fd89bd11ef17941b95f80bf43 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Oct 2020 14:33:06 +0200 Subject: Fussiness Commented out debug message is no longer relevant --- libcrystfel/src/indexers/taketwo.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcrystfel/src/indexers') 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; ifeatures); i++ ) { struct imagefeature *pk = image_get_feature(image->features, i); -- cgit v1.2.3