From 34ab34172dac19a05c704a17a5f76f8d2d22abd7 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 20 Jan 2024 18:40:02 +0100 Subject: [PATCH] reduce init method --- src/kds_s2000w_net.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index a9dae4a..0c887a3 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -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; } -- 2.39.5