remove debug and small output addon. errors was not visible

This commit is contained in:
merlokk 2019-02-01 18:12:01 +02:00
commit 09c5f0ef76
2 changed files with 2 additions and 3 deletions

View file

@ -998,7 +998,6 @@ int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool lea
bool chaining = false;
int res;
printf("framelen=%d datainlen=%d\n", frameLength, datainlen);
// 3 byte here - 1b framing header, 2b crc16
if (APDUInFramingEnable &&
( (frameLength && (datainlen > frameLength - 3)) || (datainlen > USB_CMD_DATA_SIZE - 3)) ) {