]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
reduce init method
authorBastian Dehn <hhaalo@arcor.de>
Sat, 20 Jan 2024 17:40:02 +0000 (18:40 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 20 Jan 2024 17:40:02 +0000 (18:40 +0100)
src/kds_s2000w_net.c

index a9dae4a4dbf528db5ecac83912ca941eebdb782e..0c887a3d79a5f0ebeb0343883419c02f6a99728b 100644 (file)
@@ -7,10 +7,7 @@ SANE_Option_Descriptor* optionDescripor = NULL;
 
 SANE_Status _sane_kds_s2000w_net_init(SANE_Int* version_code, SANE_Auth_Callback authorize)
 {
-       printf("init: kds_s2000w_net init\n");
-
        *version_code = SANE_VERSION_CODE(1, 0, 0);
-
        return SANE_STATUS_GOOD;
 }