diff options
author | Thomas White <taw@physics.org> | 2011-07-27 14:46:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:34 +0100 |
commit | 3131a5d7ef435ac18194f118decfa78245885451 (patch) | |
tree | b011eeef14b26e942ba4dca6faf277c107bef08e /src/scaling-report.c | |
parent | f149fb06da335fbd31eb721a8d9b790881912501 (diff) |
Remove debug statement
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r-- | src/scaling-report.c | 1 |
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; |