aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-08 15:25:14 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:18 +0100
commitb264348bc81338112666f2e1d086729113357fa8 (patch)
treea06f3f68fcea75ec175a3e334133ab908b2e3635
parent5d916db27e826138312d59c9777a224e8f30771f (diff)
Remove debug
-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);