aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-27 14:46:41 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:34 +0100
commit3131a5d7ef435ac18194f118decfa78245885451 (patch)
treeb011eeef14b26e942ba4dca6faf277c107bef08e /src/scaling-report.c
parentf149fb06da335fbd31eb721a8d9b790881912501 (diff)
Remove debug statement
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r--src/scaling-report.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c
index e49b12f9..0912e1dc 100644
--- a/src/scaling-report.c
+++ b/src/scaling-report.c
@@ -529,7 +529,6 @@ static void intensity_histogram(cairo_t *cr, const struct image *images,
}
int_max *= 1.1;
int_inc = int_max / nbins;
- STATUS("%i measurements\n", nmeas);
for ( b=0; b<nbins; b++ ) {
int_low[b] = b*int_inc;