diff --git a/src/ccid.c b/src/ccid.c index a2cc919..3b181a4 100644 --- a/src/ccid.c +++ b/src/ccid.c @@ -223,11 +223,6 @@ int ccid_process_single(libusb_device_handle *handle, uint8_t *receiving_buffer, fflush(stdout); } continue; - } else { - if (prev_status == AWAITING_FOR_TOUCH_STATUS_CODE) { - printf(". touch received\n"); - fflush(stdout); - } } prev_status = iccResult.status; if (iccResult.chain == 0 || iccResult.chain == 2) {