diff options
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r-- | src/scaling-report.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 351d2dbd..ca4c5cbc 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -888,9 +888,6 @@ void sr_iteration(SRContext *sr, int iteration, struct srdata *d) cairo_restore(sr->cr); } - - STATUS("%i filtered total, %5.2f filtered per crystal\n", - d->n_filtered, (double)d->n_filtered / d->n); } |