Skip to content

Commit

Permalink
CCID: Remove touch received info output
Browse files Browse the repository at this point in the history
The current way is not valid, as the output is only for wait extensions,
and not for touch information.

There's also no way to distinguish an error from a correct touch received
from the CCID layer.

It's better to remove this display
  • Loading branch information
sosthene-nitrokey committed Dec 13, 2024
1 parent e6cf719 commit 2406075
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2406075

Please sign in to comment.