From af472b1237090610a36e24e213c5f65f06a5e49d Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 9 Sep 2015 17:29:01 +0100 Subject: [PATCH] oops --- libvips/foreign/dzsave.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libvips/foreign/dzsave.c b/libvips/foreign/dzsave.c index 20cc223c..c77594f8 100644 --- a/libvips/foreign/dzsave.c +++ b/libvips/foreign/dzsave.c @@ -1323,11 +1323,6 @@ strip_shrink( Layer *layer ) target.width = source.width / 2; target.height = source.height / 2; - if( below->n == 0 ) { - printf( "strip_shrink: generating %d lines in layer 0\n", - target.height ); - } - /* None? All done. */ if( vips_rect_isempty( &target ) )