kopia lustrzana https://gitlab.com/sane-project/backends
Remove debug code.
rodzic
9056460913
commit
be690a3d4e
|
@ -3203,10 +3203,7 @@ create_usbids_table (void)
|
||||||
{
|
{
|
||||||
if ((model->status == status_unsupported)
|
if ((model->status == status_unsupported)
|
||||||
|| (model->status == status_unknown))
|
|| (model->status == status_unknown))
|
||||||
{
|
|
||||||
fprintf(stderr, "%s is unsupported\n", model->name);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
if (model->usb_vendor_id && model->usb_product_id)
|
if (model->usb_vendor_id && model->usb_product_id)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue