From b264348bc81338112666f2e1d086729113357fa8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Mar 2011 15:25:14 +0100 Subject: Remove debug --- src/detector.c | 1 - 1 file changed, 1 deletion(-) 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; in_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); -- cgit v1.2.3