From 7a406dd524e4b01877cca301f85265a2901ffb43 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Nov 2022 13:35:24 +0100 Subject: indexamajig: Remove warning when using --integration=none For cases where you need it (high performance online processing), it's very spammy. --- libcrystfel/src/integration.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrystfel/src') 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 : -- cgit v1.2.3