pytest and valgrind pass

remove some dbg code
This commit is contained in:
John Cupitt 2020-05-24 17:04:55 +01:00
parent a2d196b736
commit 474bfe3782

View File

@ -457,9 +457,9 @@ wtiff_layer_init( Wtiff *wtiff, Layer **layer, Layer *above,
}
/*
*/
printf( "wtiff_layer_init: sub = %d, width = %d, height = %d\n",
(*layer)->sub, width, height );
*/
}
if( wtiff->pyramid ) {
@ -1879,8 +1879,8 @@ wtiff_gather( Wtiff *wtiff )
TIFF *in;
#ifdef DEBUG
#endif /*DEBUG*/
printf( "appending layer %s ...\n", layer->lname );
#endif /*DEBUG*/
if( layer->lname ) {
if( !(source = vips_source_new_from_file(