cciddriver.c: Remove ccid write printout

This commit is contained in:
Christina Quast 2015-04-11 08:43:31 +02:00
parent f2e53f0553
commit a0ca2d34ec
1 changed files with 0 additions and 1 deletions

View File

@ -965,7 +965,6 @@ unsigned char CCID_Write(void *pBuffer,
TransferCallback fCallback,
void *pArgument)
{
PR("ccid wr\n");
return USBD_Write(CCID_EPT_DATA_IN, pBuffer, dLength, fCallback, pArgument);
}