From cb97d3d7868e13afa7fb1c5e3818e34e11bddd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Mon, 9 May 2016 18:37:00 +0200 Subject: [PATCH] Remove jpegsave default quant_table debug print This was only ut in for debugging which quant_table is used in the JCP_FASTEST profile and should've never been committed. --- libvips/foreign/vips2jpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvips/foreign/vips2jpeg.c b/libvips/foreign/vips2jpeg.c index 0f60a9ef..1345bae8 100644 --- a/libvips/foreign/vips2jpeg.c +++ b/libvips/foreign/vips2jpeg.c @@ -1090,8 +1090,6 @@ write_vips( Write *write, int qfac, const char *profile, vips_warn( "vips2jpeg", "%s", _( "Setting quant_table unsupported" ) ); } - vips_warn( "vips2jpeg", "quant_table %d", - jpeg_c_get_int_param( &write->cinfo, JINT_BASE_QUANT_TBL_IDX ) ); #else /* Using jpeglib.h without extension parameters, warn of ignored * options.