aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-13 16:49:00 +0200
committerThomas White <taw@physics.org>2014-08-13 16:49:00 +0200
commitea852d0ab4944a5b63f764207c742b6791a9154c (patch)
tree4ad97581d02d5a0e2b3003742d843baefb565f0e
parent9ded4081da3f2f315b63914df7bb5fbc903b4516 (diff)
Remove debugging message
-rw-r--r--libcrystfel/src/detector.c2
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;