2
0
forked from Ivasoft/DSView

Remove a log

This commit is contained in:
dreamsourcelabTAI
2023-06-27 18:25:52 +08:00
parent 6401065e2d
commit 25291944b4

View File

@@ -325,8 +325,6 @@ SR_PRIV int sr_init(struct sr_context **ctx)
}
memset(context, 0, sizeof(struct sr_context));
sr_info("bbb:%s:%d", __func__, __LINE__);
ret = libusb_init(&context->libusb_ctx);
if (LIBUSB_SUCCESS != ret) {