Skip to content

Commit

Permalink
Merge pull request #51 from Nitrokey/remove-touch-receive
Browse files Browse the repository at this point in the history
CCID: Remove touch received info output
  • Loading branch information
sosthene-nitrokey authored Dec 13, 2024
2 parents e6cf719 + 2406075 commit f4583b7
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 f4583b7

Please sign in to comment.