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.
This commit is contained in:
Felix Bünemann 2016-05-09 18:37:00 +02:00
parent 143593d6a6
commit cb97d3d786
1 changed files with 0 additions and 2 deletions

View File

@ -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.