diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/detector.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 93cca896..eb5890b5 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -1423,8 +1423,6 @@ void mark_resolution_range_as_bad(struct image *image, { int i; - STATUS("Masking %e to %e\n", min, max); - for ( i=0; i<image->det->n_panels; i++ ) { int fs, ss; |