diff options
-rw-r--r-- | src/partialator.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/partialator.c b/src/partialator.c index d566eb64..06e23861 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -240,9 +240,9 @@ static void select_reflections_for_refinement(struct image *images, int n, } } - STATUS("Image %4i: %i guide reflections accepted " - "(%i not scalable, %i few matches, %i total)\n", - i, n_acc, n_noscale, n_fewmatch, n_ref); + //STATUS("Image %4i: %i guide reflections accepted " + // "(%i not scalable, %i few matches, %i total)\n", + // i, n_acc, n_noscale, n_fewmatch, n_ref); /* This would be a silly situation, since there must be a match * if THIS pattern has a scalable part of the reflection! */ |