diff options
-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; |