From 7195901313ec9b78547e2adacb5c5fc747bf1034 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 5 Mar 2010 20:22:58 +0000 Subject: [PATCH] stuff --- libvips/conversion/im_subsample.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvips/conversion/im_subsample.c b/libvips/conversion/im_subsample.c index 38fd1464..ad3ba268 100644 --- a/libvips/conversion/im_subsample.c +++ b/libvips/conversion/im_subsample.c @@ -86,8 +86,6 @@ line_shrink_gen( REGION *or, void *seq, void *a, void *b ) int x, y; int z, k; - printf( "point_shrink_gen\n" ); - /* Loop down the region. */ for( y = to; y < bo; y++ ) { @@ -152,8 +150,6 @@ point_shrink_gen( REGION *or, void *seq, void *a, void *b ) int x, y; int k; - printf( "point_shrink_gen\n" ); - /* Loop down the region. */ for( y = to; y < bo; y++ ) {