aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index c5c56476..752e493c 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -619,7 +619,6 @@ struct detector *get_detector_geometry(const char *filename)
for ( i=0; i<det->n_bad; i++ ) {
- STATUS("Checking bad region '%s'\n", det->bad[i].name);
if ( isnan(det->bad[i].min_x) ) {
ERROR("Please specify the minimum x coordinate for"
" bad region %s\n", det->bad[i].name);