diff options
author | Thomas White <taw@physics.org> | 2014-08-13 16:49:00 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-13 16:49:00 +0200 |
commit | ea852d0ab4944a5b63f764207c742b6791a9154c (patch) | |
tree | 4ad97581d02d5a0e2b3003742d843baefb565f0e /libcrystfel | |
parent | 9ded4081da3f2f315b63914df7bb5fbc903b4516 (diff) |
Remove debugging message
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; |