Ditch a debug message.
This commit is contained in:
parent
b1a1771bb0
commit
b1149f344d
|
@ -332,8 +332,6 @@ iq_convert_fn init_converter(input_format_t format,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
fprintf(stderr, "Using sample converter: %s\n", converters_table[i].description);
|
||||
|
||||
*out_state = malloc(sizeof(struct converter_state));
|
||||
if (! *out_state) {
|
||||
fprintf(stderr, "can't allocate converter state\n");
|
||||
|
|
Loading…
Reference in a new issue