aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-11-08 13:35:24 +0100
committerThomas White <taw@physics.org>2022-11-08 13:42:27 +0100
commit7a406dd524e4b01877cca301f85265a2901ffb43 (patch)
treed67016e2e05588d893caf731f86d01f197ca608f
parentdf3224acef436c70fd95ac1f990f4dd2a68c3206 (diff)
indexamajig: Remove warning when using --integration=none
For cases where you need it (high performance online processing), it's very spammy.
-rw-r--r--libcrystfel/src/integration.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 9c38f608..9c5ab7da 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -1685,8 +1685,6 @@ void integrate_all_5(struct image *image, IntegrationMethod meth,
switch ( meth & INTEGRATION_METHOD_MASK ) {
case INTEGRATION_NONE :
- ERROR("WARNING: Reflections are being predicted, but "
- "not integrated.\n");
break;
case INTEGRATION_RINGS :